mame: disable LTO

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-10-19 16:30:17 +02:00
parent a898f30f1c
commit 9f986af21a
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -35,6 +35,7 @@ do_build() {
opts+=" NOWERROR=1"
opts+=" OPTIMIZE=3"
opts+=" TOOLS=1"
opts+=" LTO=0"
opts+=" USE_SYSTEM_LIB_EXPAT=1"
opts+=" USE_SYSTEM_LIB_ZLIB=1"
opts+=" USE_SYSTEM_LIB_JPEG=1"