summaryrefslogtreecommitdiff
path: root/conf/intel/portage/env/nographite.x86.conf
blob: b7d3e88b1960b9fadc56fbe190fb751ef5c31e00 (plain)
1
2
3
4
5
6
7
8
# this configuration sets default compilation options for
# packages that don't need / don't compile with graphite on
# x86 architecture.
# Note that on GCC versions older than 4.5 using graphite is not
# recommended, due to its instability.

CFLAGS="-O2 -ftree-vectorize -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"