Skip to content

Commit 5b2b962

Browse files
committed
lr-neocd - disable LTO
LTO was recently enabled in the upstream Makefile, but our CFLAGS are not sent to the linking stage which causes issues due to conflicts with our CPU flags LTO has been problematic in the past so easiest to disable it as before.
1 parent c3cb4dd commit 5b2b962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/libretrocores/lr-neocd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function sources_lr-neocd() {
2222

2323
function build_lr-neocd() {
2424
make clean
25-
make
25+
make USE_LTO=0
2626
md_ret_require="$md_build/neocd_libretro.so"
2727
}
2828

0 commit comments

Comments
 (0)