app-antivirus: disable LTO

This commit is contained in:
Kolan Sh 2013-10-29 15:26:03 +04:00
parent 0937d9a797
commit a45041f50e
1 changed files with 1 additions and 0 deletions

View File

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