From cb8345390f9a978cc4c32cfc7a051f23325c241a Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 25 Sep 2021 11:57:20 +0200 Subject: [PATCH] Added example for ADDFLAGS when compiling --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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