X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=blobdiff_plain;f=config.org;fp=config.org;h=2a4537d75af13175976228ea2e5984eb652edce0;hp=94f6c6407d3adce37b8d31bbd7ba764cb5987bc7;hb=7cfcf14e2fdf69affbc6d8110f85a474b5b189a1;hpb=ef275b23698a4d007dea4851599eb14974dda191 diff --git a/config.org b/config.org index 94f6c64..2a4537d 100644 --- a/config.org +++ b/config.org @@ -969,7 +969,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac **** Compilation flags #+begin_src shell :tangle ~/.config/ash/ashrc export CC=clang - export CFLAGS="-O3 -pipe -march=native" + export CFLAGS="-O3 -pipe -march=native -w -D_FORTIFY_SOURCE=1 -fPIE -fPIC" export CXX=clang++ export CXXFLAGS="$CFLAGS -stdlib=libc++" export MAKEFLAGS="-j$(nproc)"