diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-17 22:05:17 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-17 22:05:17 +0200 |
| commit | a846f79462cc9f42ba416b28ad538d2b46542486 (patch) | |
| tree | 88f89e264ca72b70af79d5bcdfc879f2bbbd29af | |
| parent | 10e3c671ac33983b815e90e641633409280f045e (diff) | |
| download | nissy-core-a846f79462cc9f42ba416b28ad538d2b46542486.tar.gz nissy-core-a846f79462cc9f42ba416b28ad538d2b46542486.zip | |
Updated README
Diffstat (limited to '')
| -rw-r--r-- | README.md | 11 |
1 files changed, 2 insertions, 9 deletions
| @@ -25,15 +25,8 @@ $ ./configure.sh | |||
| 25 | These settings can be overridden, for example: | 25 | These settings can be overridden, for example: |
| 26 | 26 | ||
| 27 | ``` | 27 | ``` |
| 28 | $ CC=clang ./configure.sh # Force use of clang instead of default cc | 28 | $ CC=clang ./configure.sh # Force use of clang instead of default cc |
| 29 | ``` | 29 | $ THREADS=3 CC=gcc ./configure.sh # Use 3 threads and compile with gcc |
| 30 | |||
| 31 | The support for ARM-specific optimizations (NEON instructions) is | ||
| 32 | incomplete. To compile correctly on these processors (e.g. Mac M1/M2/M3) | ||
| 33 | you need to manually disable optimizations: | ||
| 34 | |||
| 35 | ``` | ||
| 36 | $ ARCH="PORTABLE" ./configure.sh # Can be combined with CC=... | ||
| 37 | ``` | 30 | ``` |
| 38 | 31 | ||
| 39 | Once the configuration is done, you can build with make | 32 | Once the configuration is done, you can build with make |
