summaryrefslogtreecommitdiff
path: root/conf/intel/portage/env/nographite.amd64.conf
blob: d0ce28dde07f47c70e082f4ba8bc20552b239523 (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
# AMD64 architecture.
# Note that on GCC versions older than 4.5 using graphite is not
# recommended, due to its instability.

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