mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 13:39:49 +00:00
improving compilation options
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
2243bd3c4a
commit
b94edf8fe6
2 changed files with 2 additions and 1 deletions
|
@ -119,6 +119,7 @@ AS_IF([test "$host_os" = "Darwin"], [
|
|||
SLIBEXTRAFLAGS="-Wl,--no-whole-archive"
|
||||
COMP_VERSIONS=
|
||||
STATIC_FLAGS=-static
|
||||
CXXFLAGS+=" -fno-strict-aliasing"
|
||||
], [test "${host_os:0:6}" = "CYGWIN"], [
|
||||
PLATFORM=win
|
||||
SO_EXT=.dll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue