build/conf/intel/portage/env/O3.x86.conf

4 lines
90 B
Plaintext
Raw Normal View History

# Set -O3 for perf. critical packages
CFLAGS="-O3 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"