mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 11:55:42 -04: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": {
|
||||
"strip": false,
|
||||
"no-debuginfo": true,
|
||||
"cflags": "",
|
||||
"cflags-override": true,
|
||||
"cxxflags": "",
|
||||
"cxxflags-override": true,
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
|
||||
|
Loading…
x
Reference in New Issue
Block a user