From 9f986af21a004764aaf4608af22dcef44f0c5f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 19 Oct 2018 16:30:17 +0200 Subject: [PATCH] mame: disable LTO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/mame/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/mame/template b/srcpkgs/mame/template index b372718579a..d083013b6af 100644 --- a/srcpkgs/mame/template +++ b/srcpkgs/mame/template @@ -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"