aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-17 22:05:17 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-17 22:05:17 +0200
commita846f79462cc9f42ba416b28ad538d2b46542486 (patch)
tree88f89e264ca72b70af79d5bcdfc879f2bbbd29af
parent10e3c671ac33983b815e90e641633409280f045e (diff)
downloadnissy-core-a846f79462cc9f42ba416b28ad538d2b46542486.tar.gz
nissy-core-a846f79462cc9f42ba416b28ad538d2b46542486.zip
Updated README
Diffstat (limited to '')
-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