dev-cpp/libcmis: disable LTO

This commit is contained in:
Kolan Sh 2013-10-29 14:39:00 +04:00
parent 8d04c0923e
commit 13265020e8
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != dev-vcs/cvs
&& ${CATEGORY}/${PN} != media-libs/flac
&& ${CATEGORY}/${PN} != sys-process/audit
&& ${CATEGORY}/${PN} != dev-cpp/libcmis
]] ; then
tmp="-flto=4"
CFLAGS="${CFLAGS} ${tmp}"