app-cdr/cdrtools: disable LTO

This commit is contained in:
Kolan Sh 2013-10-28 15:36:39 +04:00
parent 1a7ed64a53
commit cd07cab40a
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != dev-qt/qtgui
&& ${CATEGORY}/${PN} != dev-libs/libbsd
&& ${CATEGORY}/${PN} != app-misc/vlock
&& ${CATEGORY}/${PN} != app-cdr/cdrtools
]] ; then
tmp="-flto=4"
CFLAGS="${CFLAGS} ${tmp}"