games-fps/urbanterror: LTO disabled.
This commit is contained in:
parent
f0ee7196a7
commit
540d24b7c1
|
@ -78,6 +78,7 @@ if [[ true != false
|
||||||
&& ${CATEGORY}/${PN}-${PV} != sys-libs/db-4.5.20_p2
|
&& ${CATEGORY}/${PN}-${PV} != sys-libs/db-4.5.20_p2
|
||||||
&& ${CATEGORY}/${PN} != app-emulation/qemu
|
&& ${CATEGORY}/${PN} != app-emulation/qemu
|
||||||
&& ${CATEGORY}/${PN}-${PV} != sys-devel/gcc-4.8.3 # not enough memory on machines with < 8Gb RAM
|
&& ${CATEGORY}/${PN}-${PV} != sys-devel/gcc-4.8.3 # not enough memory on machines with < 8Gb RAM
|
||||||
|
&& ${CATEGORY}/${PN} != games-fps/urbanterror
|
||||||
]] ; then
|
]] ; then
|
||||||
tmp="-flto=4"
|
tmp="-flto=4"
|
||||||
CFLAGS="${CFLAGS} ${tmp}"
|
CFLAGS="${CFLAGS} ${tmp}"
|
||||||
|
|
Loading…
Reference in New Issue