diff --git a/roles/desktop/files/portage/make.conf b/roles/desktop/files/portage/make.conf index 2b3e5e6..912f17e 100644 --- a/roles/desktop/files/portage/make.conf +++ b/roles/desktop/files/portage/make.conf @@ -14,7 +14,7 @@ USE="curl ffmpeg gnome-keyring gstreamer networkmanager opus pulseaudio systemd # Compilation configuration # ABI_X86 is used to control multilib support ABI_X86="64 32" -COMMON_FLAGS="-march=native -O2 -pipe" +COMMON_FLAGS="-march=native -Os -pipe" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}"