1
0
Fork 0
mirror of https://git.suyu.dev/suyu/flatpak.git synced 2025-01-04 21:36:03 +00:00

Add -DEXTRA_LDFLAGS='-fuse-ld=mold' to make use of mold linker.

This commit is contained in:
Fijxu 2024-03-09 03:00:41 -03:00
parent f8517d54f5
commit b572bb23ce
No known key found for this signature in database

View file

@ -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": {