mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
ad7f8c9187
|
@ -115,8 +115,8 @@ AS_IF([test "$host_os" = "Darwin"], [
|
|||
], [test "$host_os" = "Linux"], [
|
||||
PLATFORM=linux
|
||||
SO_EXT=.so
|
||||
SLIBFLAGS="-shared -fopenmp -Wl,--whole-archive"
|
||||
SLIBEXTRAFLAGS="-Wl,--no-whole-archive"
|
||||
SLIBFLAGS="-shared -fopenmp"
|
||||
SLIBEXTRAFLAGS=
|
||||
COMP_VERSIONS=
|
||||
STATIC_FLAGS=-static
|
||||
CXXFLAGS+=" -fno-strict-aliasing"
|
||||
|
@ -124,8 +124,8 @@ AS_IF([test "$host_os" = "Darwin"], [
|
|||
PLATFORM=win
|
||||
SO_EXT=.dll
|
||||
LDFLAGS=
|
||||
SLIBFLAGS="-shared -fopenmp -Wl,--whole-archive"
|
||||
SLIBEXTRAFLAGS="-Wl,--no-whole-archive"
|
||||
SLIBFLAGS="-shared -fopenmp"
|
||||
SLIBEXTRAFLAGS=
|
||||
COMP_VERSIONS=
|
||||
CXXFLAGS+=" -D_CYGWIN -fno-strict-aliasing"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue