app-antivirus: disable LTO
This commit is contained in:
parent
0937d9a797
commit
a45041f50e
|
@ -58,6 +58,7 @@ if [[ true != false
|
||||||
&& ${CATEGORY}/${PN} != sys-process/audit
|
&& ${CATEGORY}/${PN} != sys-process/audit
|
||||||
&& ${CATEGORY}/${PN} != dev-cpp/libcmis
|
&& ${CATEGORY}/${PN} != dev-cpp/libcmis
|
||||||
&& ${CATEGORY}/${PN} != sys-fs/e4rat
|
&& ${CATEGORY}/${PN} != sys-fs/e4rat
|
||||||
|
&& ${CATEGORY}/${PN} != app-antivirus/clamav
|
||||||
]] ; then
|
]] ; then
|
||||||
tmp="-flto=4"
|
tmp="-flto=4"
|
||||||
CFLAGS="${CFLAGS} ${tmp}"
|
CFLAGS="${CFLAGS} ${tmp}"
|
||||||
|
|
Loading…
Reference in New Issue