Просмотр исходного кода

Enable hidden visibility by default

This commit uses the new visibility feature added in https://github.com/boostorg/build/commit/898ddfa1b6888424eb292942d1014261ac7b6183 and enables hidden visibility by default for Boost libraries.
Andrey Semashev 7 лет назад
Родитель
Сommit
16f52cede5
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Jamroot

+ 2 - 0
Jamroot

@@ -177,6 +177,8 @@ project boost
       <xsl:param>boost.defaults=Boost
       <conditional>@threadapi-feature.detect
     : usage-requirements <include>.
+    : default-build
+      <visibility>hidden
     : build-dir bin.v2
     ;
 

粤ICP备19079148号