Update README's CFLAG listing.

This commit is contained in:
Mid Favila 2021-07-08 08:39:46 -03:00
parent cf3dae3064
commit 405da8c426
1 changed files with 1 additions and 2 deletions

3
README
View File

@ -16,7 +16,6 @@ All packages under mbase have been tested and build on the Haswell microarchitec
-O2 //Standard level of optimization
-march=native //Compile for the current micro-arch
-fasynchronous-unwind-tables //Use the DWARF format for unwind tables. Reduces ELF size.
-fexceptions //Catch exceptions at compile-time
-momit-leaf-frame-pointer //Leave out unneeded pointers
-ftree-loop-vectorize //Vectorize trees (unsure of the implications, but doesn't appear to cause breakage; will investigate further)
-fstack-protector-strong //Sacrifice a fair amount of performance in order to protect from stack smashing
@ -24,4 +23,4 @@ All packages under mbase have been tested and build on the Haswell microarchitec
-fstack-clash-protection //Protect from stack clashing. Will investigate further
-fPIE //Generate position-independent executables
-fPIC //Generate position-independent code
-Wl,-z,relro -Wl,-z,now -Wl,--hash-style=gnu //Linker arguments
-Wl,--hash-style=gnu //Linker arguments