3
0
Fork 0
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:
Leonardo de Moura 2012-10-24 23:26:03 -07:00
parent 2243bd3c4a
commit b94edf8fe6
2 changed files with 2 additions and 1 deletions

View file

@ -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