diff options
| -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 |
