sys-boot/grub: disable LTO
This commit is contained in:
parent
a45041f50e
commit
390ee8999c
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue