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

Added support for clang++ on OSX

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-11-12 04:56:48 +00:00
parent 99b7f7509d
commit e0fcbc101c
10 changed files with 68 additions and 20 deletions

11
README
View file

@ -35,3 +35,14 @@ To uninstall Z3, use
sudo make uninstall
3) Building Z3 using clang++ on OSX
Remark: clang does not support OpenMP yet.
autoconf
./configure CXX=clang++
python scripts/mk_make.py --noomp
cd build
make