From b572bb23ce956b140a00e01b4d505fe7d365bc9d Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sat, 9 Mar 2024 03:00:41 -0300 Subject: [PATCH] Add -DEXTRA_LDFLAGS='-fuse-ld=mold' to make use of mold linker. --- org.suyu_emu.suyu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.suyu_emu.suyu.json b/org.suyu_emu.suyu.json index 8fa368c..f0c709f 100644 --- a/org.suyu_emu.suyu.json +++ b/org.suyu_emu.suyu.json @@ -272,7 +272,8 @@ "-DYUZU_USE_QT_WEB_ENGINE=ON", "-DYUZU_USE_BUNDLED_FFMPEG=ON", "-DBUILD_TAG=dev", - "-DBUILD_REPOSITORY=suyu-emu/suyu" + "-DBUILD_REPOSITORY=suyu-emu/suyu", + "-DEXTRA_LDFLAGS='-fuse-ld=mold'" ], "build-options": { "env": {