summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Semashev <Lastique@users.noreply.github.com>2018-08-19 22:45:29 +0300
committerAndrey Semashev <andrey.semashev@gmail.com>2018-09-06 10:51:04 +0300
commit384074c893e0fbe1392e0a4478b324cb22a63b3b (patch)
tree2585376e88b910e262a6a6dddb9a277504174ba8
parent9d102c4b715c9c86489e01aeb96da8c7a9ea0413 (diff)
downloadboost-384074c893e0fbe1392e0a4478b324cb22a63b3b.tar.gz
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.
-rw-r--r--Jamroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index bce3e19730..3ccbb9d731 100644
--- a/Jamroot
+++ b/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
;