mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 13:58:45 +00:00
polishing clang++ support
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
504ba8236d
commit
00dbe92cea
|
@ -130,7 +130,7 @@ AS_IF([test "$host_os" = "Darwin"], [
|
|||
STATIC_FLAGS=-static
|
||||
CXXFLAGS+=" -fno-strict-aliasing"
|
||||
if test "$CXX" = "clang++"; then
|
||||
CXXFLAGS+=" -Wno-unknown-pragmas -Wno-overloaded-virtual"
|
||||
CXXFLAGS+=" -Wno-unknown-pragmas -Wno-overloaded-virtual -Wno-unused-value"
|
||||
SLIBEXTRAFLAGS+=" -lrt"
|
||||
fi
|
||||
], [test "${host_os:0:6}" = "CYGWIN"], [
|
||||
|
|
Loading…
Reference in a new issue