Added example for ADDFLAGS when compiling

This commit is contained in:
aristocratos 2021-09-25 11:57:20 +02:00
parent 3b4a7c12fc
commit cb8345390f
1 changed files with 3 additions and 1 deletions

View File

@ -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