mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
# Conflicts: # CMakeLists.txt
This commit is contained in:
commit
8bcac82658
11 changed files with 266 additions and 47 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue