[portage] enable graphite and some comments on package specific env

This commit is contained in:
Lorenzo Cogotti 2011-12-31 01:33:25 +01:00
parent 288d817243
commit b8ca123a5b
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,5 @@
# Set -O3 for perf. critical packages # Set -O3 for perf. critical packages
FEATURES="test splitdebug" FEATURES="test splitdebug"
CFLAGS="-O3 -march=x86-64 -pipe" CFLAGS="-O3 -march=x86-64 -pipe ${GRAPHITE}"
#CFLAGS="-O3 -ffast-math -march=x86-64 -pipe ${GRAPHITE}"
CXXFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}"

View File

@ -1,4 +1,5 @@
# Set -O3 for perf. critical packages # Set -O3 for perf. critical packages
FEATURES="test splitdebug" FEATURES="test splitdebug"
CFLAGS="-O3 -march=i686 -pipe" CFLAGS="-O3 -march=i686 -pipe ${GRAPHITE}"
#CFLAGS="-O3 -ffast-math -march=i686 -pipe ${GRAPHITE}"
CXXFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}"

View File

@ -1,3 +1,3 @@
# Damn x86 packages requiring SSE # Damn x86 packages requiring SSE
CFLAGS="-O2 -march=i686 -msse -msse2" CFLAGS="-O2 -march=i686 -msse -msse2 ${GRAPHITE}"
CXXFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}"