[portage] force -O1 -pipe for www-servers/apache

This commit is contained in:
Fabio Erculiani 2011-10-31 10:51:26 +01:00
parent 6b3b270a89
commit d22594e5d0
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
# http://bugs.sabayon.org/show_bug.cgi?id=2725
# http://bugs.sabayon.org/show_bug.cgi?id=2824
# Do not set -march !
CFLAGS="${CFLAGS/-O2} -O1"
CFLAGS="-O1 -pipe"
CXXFLAGS="${CFLAGS}"