mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
cmake: build with -fvisibility-inlines-hidden
This commit is contained in:
parent
2f9be23d90
commit
7cda90c06a
|
@ -351,6 +351,7 @@ option(Z3_BUILD_LIBZ3_SHARED "Build libz3 as a shared library if true, otherwise
|
||||||
################################################################################
|
################################################################################
|
||||||
if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
z3_add_cxx_flag("-fvisibility=hidden" REQUIRED)
|
z3_add_cxx_flag("-fvisibility=hidden" REQUIRED)
|
||||||
|
z3_add_cxx_flag("-fvisibility-inlines-hidden" REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in a new issue