[portage] for O3.*.conf enable FEATURES=test

This commit is contained in:
Fabio Erculiani 2011-11-03 14:14:15 +01:00
parent 016dce61c3
commit 43f8f3a950
2 changed files with 2 additions and 0 deletions

View File

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

View File

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