aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 049c31d..d0ab136 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ incomplete. To compile correctly on these processors (e.g. Mac M1/M2/M3)
33you need to manually disable optimizations: 33you need to manually disable optimizations:
34 34
35``` 35```
36$ TYPE="" ./configure.sh # Can be combined with CC=... 36$ ARCH="PORTABLE" ./configure.sh # Can be combined with CC=...
37``` 37```
38 38
39Once the configuration is done, you can build with make 39Once the configuration is done, you can build with make

Generated with cgit - Back to sebastiano.tronto.net