sys-boot/grub: disable LTO

This commit is contained in:
Kolan Sh 2013-10-29 16:08:01 +04:00
parent a45041f50e
commit 390ee8999c
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != dev-cpp/libcmis
&& ${CATEGORY}/${PN} != sys-fs/e4rat
&& ${CATEGORY}/${PN} != app-antivirus/clamav
&& ${CATEGORY}/${PN} != sys-boot/grub
]] ; then
tmp="-flto=4"
CFLAGS="${CFLAGS} ${tmp}"