mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Merge pull request #13646 from OatmealDome/flatpak-flags
Flatpak: Don't use CFLAGS and CXXFLAGS provided by the SDK
This commit is contained in:
@ -44,6 +44,12 @@ modules:
|
|||||||
- name: dolphin-emu
|
- name: dolphin-emu
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
|
build-options:
|
||||||
|
# don't use any default flags provided by the SDK
|
||||||
|
cflags: ""
|
||||||
|
cflags-override: true
|
||||||
|
cxxflags: ""
|
||||||
|
cxxflags-override: true
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=Release
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
- -DENABLE_ALSA=OFF
|
- -DENABLE_ALSA=OFF
|
||||||
|
Reference in New Issue
Block a user