diff --git a/pacman/.config/pacman/makepkg.conf b/pacman/.config/pacman/makepkg.conf index 4aa5930..f455a1c 100644 --- a/pacman/.config/pacman/makepkg.conf +++ b/pacman/.config/pacman/makepkg.conf @@ -1,6 +1,6 @@ # march=native and flto added -CFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector-strong -flto" -CXXFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector-strong -flto" +CFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector-strong" +CXXFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector-strong" # Do a parallel build. MAKEFLAGS="-j6"