mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-21 21:35:38 +00:00
CI/Flatpak: Disable SDK CFLAGS
It's setting _GLIBCXX_ASSERTIONS in release builds, which has a performance hit.
This commit is contained in:
parent
f7238a85b5
commit
26917f14c5
|
@ -29,6 +29,10 @@
|
||||||
"build-options": {
|
"build-options": {
|
||||||
"strip": false,
|
"strip": false,
|
||||||
"no-debuginfo": true,
|
"no-debuginfo": true,
|
||||||
|
"cflags": "",
|
||||||
|
"cflags-override": true,
|
||||||
|
"cxxflags": "",
|
||||||
|
"cxxflags-override": true,
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DCMAKE_BUILD_TYPE=Release",
|
"-DCMAKE_BUILD_TYPE=Release",
|
||||||
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
|
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
|
||||||
|
|
Loading…
Reference in a new issue