mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 06:45:45 +00:00
Added CC (C compiler) to config.mk scripts
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
ad615221ce
commit
9dbd0831c4
6 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
CC=@CC@
|
||||
PREFIX=@prefix@
|
||||
CXX=@CXX@
|
||||
CXXFLAGS=@CPPFLAGS@ @CXXFLAGS@ -DZ3DEBUG -D_TRACE -c -g -Wall -fopenmp -msse -msse2 -mfpmath=sse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue