mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +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"], [
|
], [test "$host_os" = "Linux"], [
|
||||||
PLATFORM=linux
|
PLATFORM=linux
|
||||||
SO_EXT=.so
|
SO_EXT=.so
|
||||||
SLIBFLAGS="-shared -fopenmp -Wl,--whole-archive"
|
SLIBFLAGS="-shared -fopenmp"
|
||||||
SLIBEXTRAFLAGS="-Wl,--no-whole-archive"
|
SLIBEXTRAFLAGS=
|
||||||
COMP_VERSIONS=
|
COMP_VERSIONS=
|
||||||
STATIC_FLAGS=-static
|
STATIC_FLAGS=-static
|
||||||
CXXFLAGS+=" -fno-strict-aliasing"
|
CXXFLAGS+=" -fno-strict-aliasing"
|
||||||
|
@ -124,8 +124,8 @@ AS_IF([test "$host_os" = "Darwin"], [
|
||||||
PLATFORM=win
|
PLATFORM=win
|
||||||
SO_EXT=.dll
|
SO_EXT=.dll
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
SLIBFLAGS="-shared -fopenmp -Wl,--whole-archive"
|
SLIBFLAGS="-shared -fopenmp"
|
||||||
SLIBEXTRAFLAGS="-Wl,--no-whole-archive"
|
SLIBEXTRAFLAGS=
|
||||||
COMP_VERSIONS=
|
COMP_VERSIONS=
|
||||||
CXXFLAGS+=" -D_CYGWIN -fno-strict-aliasing"
|
CXXFLAGS+=" -D_CYGWIN -fno-strict-aliasing"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue