summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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