aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index d0ab136..8e23065 100644
--- a/README.md
+++ b/README.md
@@ -25,15 +25,8 @@ $ ./configure.sh
25These settings can be overridden, for example: 25These 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
31The support for ARM-specific optimizations (NEON instructions) is
32incomplete. To compile correctly on these processors (e.g. Mac M1/M2/M3)
33you need to manually disable optimizations:
34
35```
36$ ARCH="PORTABLE" ./configure.sh # Can be combined with CC=...
37``` 30```
38 31
39Once the configuration is done, you can build with make 32Once the configuration is done, you can build with make

Generated with cgit - Back to sebastiano.tronto.net