dev-qt/qtscript: disable LTO

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

View File

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