dev-vcs/cvs: disable LTO

This commit is contained in:
Kolan Sh 2013-10-28 18:37:28 +04:00
parent 2632717d8f
commit 02b6e2de28
1 changed files with 1 additions and 0 deletions

View File

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