3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-12 06:00:53 +00:00
# Conflicts:
#	CMakeLists.txt
This commit is contained in:
Christoph M. Wintersteiger 2016-03-22 15:04:48 +00:00
commit 8bcac82658
11 changed files with 266 additions and 47 deletions

View file

@ -296,10 +296,9 @@ else()
# Tracing is always enabled in debug builds
list(APPEND Z3_COMPONENT_CXX_DEFINES $<$<CONFIG:Debug>:_TRACE>)
endif()
# Should we always enable tracing when doing a debug build?
################################################################################
# Postion indepdent code
# Postion independent code
################################################################################
# This is required because code built in the components will end up in a shared
# library. If not building a shared library ``-fPIC`` isn't needed and would add