mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 17:47:41 +00:00
Update README.md
Minor change suggestion. It seems that it is needed to add opt=-x for running the make script in a x64 machine.
This commit is contained in:
parent
918ac2b176
commit
25bdcec998
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ python scripts/mk_make.py
|
||||||
or instead, for a 64-bit build:
|
or instead, for a 64-bit build:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python scripts/mk_make.py -x
|
python scripts/mk_make.py opt=-x
|
||||||
```
|
```
|
||||||
|
|
||||||
then:
|
then:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue