Skip to content

Commit 46165e3

Browse files
committed
Remove no longer necessary command line options from build/Jamfile, util/test.jam
1 parent a32906b commit 46165e3

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

build/Jamfile.v2

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,6 @@ lib boost_serialization
118118
<toolset>msvc:<cxxflags>/Gy
119119
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
120120
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS
121-
<toolset>clang:<cxxflags>"-fvisibility=hidden -fvisibility-inlines-hidden"
122-
<toolset>gcc:<cxxflags>"-fvisibility=hidden -fvisibility-inlines-hidden"
123-
<toolset>darwin:<cxxflags>"-fvisibility=hidden -fvisibility-inlines-hidden"
124-
<toolset>gcc:<cxxflags>"-ftemplate-depth-255"
125-
<toolset>clang:<cxxflags>"-ftemplate-depth-255"
126-
<toolset>darwin:<cxxflags>"-ftemplate-depth-255"
127121
<link>shared:<define>BOOST_SERIALIZATION_DYN_LINK=1
128122
;
129123

@@ -134,12 +128,6 @@ lib boost_wserialization
134128
<toolset>msvc:<cxxflags>/Gy
135129
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
136130
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS
137-
<toolset>clang:<cxxflags>"-fvisibility=hidden -fvisibility-inlines-hidden"
138-
<toolset>gcc:<cxxflags>"-fvisibility=hidden -fvisibility-inlines-hidden"
139-
<toolset>darwin:<cxxflags>"-fvisibility=hidden -fvisibility-inlines-hidden"
140-
<toolset>gcc:<cxxflags>"-ftemplate-depth-255"
141-
<toolset>clang:<cxxflags>"-ftemplate-depth-255"
142-
<toolset>darwin:<cxxflags>"-ftemplate-depth-255"
143131
# note: both serialization and wserialization are conditioned on the this
144132
# switch - don't change it to BOOST_WSERIALIZATION_DYN_LINK
145133
<link>shared:<define>BOOST_SERIALIZATION_DYN_LINK=1

util/test.jam

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ rule run-template ( test-name : sources * : files * : requirements * ) {
5252
<toolset>msvc:<cxxflags>"-wd4996"
5353
<toolset>clang:<variant>debug:<cxxflags>"-fsanitize=memory"
5454
# toolset optimizations
55-
<toolset>gcc:<cxxflags>"-ftemplate-depth-255"
56-
<toolset>clang:<cxxflags>"-ftemplate-depth-255"
57-
<toolset>darwin:<cxxflags>"-ftemplate-depth-255"
5855
<toolset>msvc:<cxxflags>"-Gy"
5956
# linking
6057
<link>shared:<define>BOOST_SERIALIZATION_DYN_LINK=1

0 commit comments

Comments
 (0)