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

4 lines
92 B
Plaintext
Raw Normal View History

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