summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-09-25 11:57:20 +0200
committeraristocratos <gnmjpl@gmail.com>2021-09-25 11:57:20 +0200
commitcb8345390f9a978cc4c32cfc7a051f23325c241a (patch)
treec16ee33092d9cdca9a4c892e32ca05b2a22b33b6 /README.md
parent3b4a7c12fc30d912458842bfbb96936161395519 (diff)
Added example for ADDFLAGS when compiling
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20afcf4..d2e95f4 100644
--- a/README.md
+++ b/README.md
@@ -230,7 +230,9 @@ Also needs a UTF8 locale and a font that covers:
Notice! Manually set `$ARCH` variable if cross-compiling
- Use `$ADDFLAGS` variable for appending flags to both compiler and linker.
+ Use `ADDFLAGS` variable for appending flags to both compiler and linker.
+
+ For example: `make ADDFLAGS=-march=native` might give a performance boost if compiling only for your own system.
``` bash
make