Update README's CFLAG listing.
This commit is contained in:
parent
cf3dae3064
commit
405da8c426
3
README
3
README
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user