3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

fixed: missing library, more compilation errors in debug mode reported by g++ 4.7.1

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-27 22:51:03 -07:00
parent 9fb25e7708
commit ae71a4d514
4 changed files with 27 additions and 24 deletions

View file

@ -10,10 +10,10 @@ AR_FLAGS=rcs
AR_OUTFLAG=
EXE_EXT=
LINK=@CXX@
LINK_FLAGS=-lpthread -fopenmp
LINK_FLAGS=-lpthread -fopenmp @LDFLAGS@
LINK_OUT_FLAG=-o
SO_EXT=@SO_EXT@
SLINK=@CXX@
SLINK_FLAGS=@SLIBFLAGS@
SLINK_EXTRA_FLAGS=@SLIBEXTRAFLAGS@
SLINK_OUT_FLAG=-o
SLINK_OUT_FLAG=-o

View file

@ -10,10 +10,10 @@ AR_FLAGS=rcs
AR_OUTFLAG=
EXE_EXT=
LINK=@CXX@
LINK_FLAGS=-lpthread -fopenmp
LINK_FLAGS=-lpthread -fopenmp @LDFLAGS@
LINK_OUT_FLAG=-o
SO_EXT=@SO_EXT@
SLINK=@CXX@
SLINK_FLAGS=@SLIBFLAGS@
SLINK_EXTRA_FLAGS=@SLIBEXTRAFLAGS@
SLINK_OUT_FLAG=-o
SLINK_OUT_FLAG=-o