mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 18:59:19 +00:00
Flatpak: Don't use CFLAGS and CXXFLAGS provided by the SDK
This commit is contained in:
parent
95ab6925b1
commit
463686b766
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,12 @@ modules:
|
|||
- name: dolphin-emu
|
||||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
build-options:
|
||||
# don't use any default flags provided by the SDK
|
||||
cflags: ""
|
||||
cflags-override: true
|
||||
cxxflags: ""
|
||||
cxxflags-override: true
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=Release
|
||||
- -DENABLE_ALSA=OFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue