Skip to content

Commit

Permalink
CI/Flatpak: Disable SDK CFLAGS
Browse files Browse the repository at this point in the history
It's setting _GLIBCXX_ASSERTIONS in release builds, which has a
performance hit.
  • Loading branch information
stenzek committed Apr 25, 2024
1 parent 7ea7d3b commit bc93c0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/flatpak/org.duckstation.DuckStation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bc93c0e

Please sign in to comment.