diff options
Diffstat (limited to 'newmoon/newmoon-mozconfig')
-rw-r--r-- | newmoon/newmoon-mozconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newmoon/newmoon-mozconfig b/newmoon/newmoon-mozconfig index 04fd1cc..8cb2cdb 100644 --- a/newmoon/newmoon-mozconfig +++ b/newmoon/newmoon-mozconfig @@ -49,9 +49,10 @@ ac_add_options --disable-sync ac_add_options --disable-personas export MOZ_PKG_SPECIAL=gtk2 -# experimental for linker and LTO stuff +# START EXPERIMENT1 experimental for linker and LTO stuff export CFLAGS="${CFLAGS} -flto=$(nproc)" export CXXFLAGS="${CXXFLAGS} -flto=$(nproc)" export LDFLAGS="${LDFLAGS} -Wl,-z,norelro" ac_add_options --disable-elf-hack ac_add_options --disable-gold +# END EXPERIMENT1 |