diff --git a/scripts/flatpak/org.duckstation.DuckStation.json b/scripts/flatpak/org.duckstation.DuckStation.json index 976d41ca18..5fdc014c7f 100644 --- a/scripts/flatpak/org.duckstation.DuckStation.json +++ b/scripts/flatpak/org.duckstation.DuckStation.json @@ -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",