[portage] for O3.*.conf enable FEATURES=test
This commit is contained in:
parent
016dce61c3
commit
43f8f3a950
1
conf/intel/portage/env/O3.amd64.conf
vendored
1
conf/intel/portage/env/O3.amd64.conf
vendored
@ -1,3 +1,4 @@
|
||||
# Set -O3 for perf. critical packages
|
||||
FEATURES="test splitdebug"
|
||||
CFLAGS="-O3 -march=x86-64 -pipe"
|
||||
CXXFLAGS="${CFLAGS}"
|
||||
|
1
conf/intel/portage/env/O3.x86.conf
vendored
1
conf/intel/portage/env/O3.x86.conf
vendored
@ -1,3 +1,4 @@
|
||||
# Set -O3 for perf. critical packages
|
||||
FEATURES="test splitdebug"
|
||||
CFLAGS="-O3 -march=i686 -pipe"
|
||||
CXXFLAGS="${CFLAGS}"
|
||||
|
Loading…
Reference in New Issue
Block a user