CI/Flatpak: Disable SDK CFLAGS

It's setting _GLIBCXX_ASSERTIONS in release builds, which has a
performance hit.
pull/3191/head v0.1-6720
Stenzek 10 months ago
parent f7238a85b5
commit 26917f14c5
No known key found for this signature in database

@ -29,6 +29,10 @@
"build-options": {
"strip": false,
"no-debuginfo": true,
"cflags": "",
"cflags-override": true,
"cxxflags": "",
"cxxflags-override": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",

Loading…
Cancel
Save