mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
Be more explicit about using Clang as the compiler as noted in #979.
Referring to the ``mk_make.py`` line might lead someone to think they need to modify the ``mk_make.py`` file rather than change the command line invocation.
This commit is contained in:
parent
4b0f7bc222
commit
2badef9d0b
|
@ -54,7 +54,7 @@ sudo make install
|
|||
```
|
||||
|
||||
Note by default ``g++`` is used as the C++ compiler if it is available. If you
|
||||
would prefer to use Clang change the ``mk_make.py`` line to
|
||||
would prefer to use Clang change the ``mk_make.py`` invocation to:
|
||||
|
||||
```bash
|
||||
CXX=clang++ CC=clang python scripts/mk_make.py
|
||||
|
|
Loading…
Reference in a new issue