Browse Source

build

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2994/head
crueter 3 months ago
parent
commit
722fce1e78
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 7
      src/yuzu_cmd/CMakeLists.txt

7
src/yuzu_cmd/CMakeLists.txt

@ -62,4 +62,11 @@ if (YUZU_STATIC_BUILD)
# At a guess, it's probably because Qt handles the Qt executable for us, whereas this does not
target_link_options(yuzu-cmd PRIVATE -static -lpthread)
target_link_options(yuzu-cmd PRIVATE -static-libgcc -static-libstdc++)
# needed for vma
target_compile_options(yuzu-cmd PRIVATE
-Wno-conversion
-Wno-unused-variable
-Wno-unused-parameter
-Wno-missing-field-initializers)
endif()
Loading…
Cancel
Save