summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorAndrey Semashev <Lastique@users.noreply.github.com>2018-08-19 22:45:29 +0300
committerGlen Fernandes <glen.fernandes@gmail.com>2018-10-20 18:36:57 -0400
commit16f52cede5bb0665f36c13dfd76c6badd719f21b (patch)
tree0dd345d0134e64cc53f54f9cce89df1e18c6a8f3 /Jamroot
parentdceb3068f9dcf765e62235f2a566e8aeb19df1ee (diff)
downloadboost-16f52cede5bb0665f36c13dfd76c6badd719f21b.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.
Diffstat (limited to 'Jamroot')
-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
;