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

improving clang++ support

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-11-13 21:26:28 -08:00
parent 3e8d3db290
commit ad3aa96726
7 changed files with 33 additions and 59 deletions

2
README
View file

@ -40,7 +40,7 @@ Remark: clang does not support OpenMP yet.
autoconf
./configure CXX=clang++
python scripts/mk_make.py --noomp
python scripts/mk_make.py
cd build
make