mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
mame: disable LTO
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
a898f30f1c
commit
9f986af21a
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue