Merge pull request #13646 from OatmealDome/flatpak-flags

Flatpak: Don't use CFLAGS and CXXFLAGS provided by the SDK
This commit is contained in:
OatmealDome 2025-05-09 12:42:53 -04:00 committed by GitHub
commit 7f44509a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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