From 405da8c4265de6e204d7f5d71fdd051054f7dfc0 Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Thu, 8 Jul 2021 08:39:46 -0300 Subject: [PATCH] Update README's CFLAG listing. --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index a82c432..969765a 100644 --- a/README +++ b/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