3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 08:35:31 +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:
Angelica Moreira 2024-04-02 16:49:23 -07:00 committed by GitHub
parent 918ac2b176
commit 25bdcec998
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ python scripts/mk_make.py
or instead, for a 64-bit build:
```bash
python scripts/mk_make.py -x
python scripts/mk_make.py opt=-x
```
then: