@@ -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
0 commit comments