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:
parent
99b7f7509d
commit
e0fcbc101c
10 changed files with 68 additions and 20 deletions
11
README
11
README
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue