2026-09-15 06:40:57

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-15 06:40:58 +00:00
parent 43607d0b7e
commit 60003ea642
+1 -1
View File
@@ -68,7 +68,7 @@ endif()
create_target_directory_groups(yuzu-cmd)
if (NOT MSVC)
target_link_options(yuzu PRIVATE "LINKER:--icf=all,--gc-sections")
target_link_options(yuzu-cmd PRIVATE "LINKER:--icf=all,--gc-sections")
endif()
# needed for vma
if (NOT MSVC)