s/O2/Os/g

This commit is contained in:
Salt 2020-12-04 22:36:16 -06:00
parent 8699cae9f1
commit 74f2b82a1e

View File

@ -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}"