mame: disable LTO

It does nothing useful for mame's mega binary.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-10-24 00:10:08 +02:00
parent a16b96ca86
commit 1edd08a8c8

View File

@@ -44,6 +44,7 @@ EXTRA_OEMAKE = " \
OVERRIDE_CXX='${CXX} ${MAME_PTR64}' \
TOOLS=1 \
USE_QTDEBUG=0 \
LTO=0 \
NOWERROR=1 \
${MAME_NOASM} \
USE_SYSTEM_LIB_EXPAT=1 \