Add -DEXTRA_LDFLAGS='-fuse-ld=mold' to make use of mold linker.
This commit is contained in:
parent
f8517d54f5
commit
b572bb23ce
1 changed files with 2 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue