mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 20:50:50 +00:00
adding min/max
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
680c28d083
commit
3dc2028925
3 changed files with 83 additions and 14 deletions
|
@ -294,10 +294,10 @@ if (ENABLE_TRACING)
|
|||
list(APPEND Z3_COMPONENT_CXX_DEFINES "-D_TRACE")
|
||||
endif()
|
||||
# Should we always enable tracing when doing a debug build?
|
||||
#list(APPEND Z3_COMPONENT_CXX_DEFINES $<$<CONFIG:Debug>:_TRACE>)
|
||||
list(APPEND Z3_COMPONENT_CXX_DEFINES $<$<CONFIG:Debug>:_TRACE>)
|
||||
|
||||
################################################################################
|
||||
# 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