media-libs/flac: disable LTO

This commit is contained in:
Kolan Sh 2013-10-28 18:39:12 +04:00
parent 02b6e2de28
commit 440e81e1ef
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != app-misc/vlock
&& ${CATEGORY}/${PN} != app-cdr/cdrtools
&& ${CATEGORY}/${PN} != dev-vcs/cvs
&& ${CATEGORY}/${PN} != media-libs/flac
]] ; then
tmp="-flto=4"
CFLAGS="${CFLAGS} ${tmp}"