Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ollier <larchunix@users.noreply.github.com>2019-03-03 11:17:27 +0300
committerDenis Ollier <larchunix@users.noreply.github.com>2019-03-03 11:17:27 +0300
commitd76a4be3626b35ec565557ecc61d282c7f22c8ad (patch)
tree49eb91b7ad02efed2d83b5e8eea7779308e060fc /flatpak
parentf4712399321a9b9c7c573133bfee50c08a064b4a (diff)
flatpak: remove cflags in manifest, they are set by the runtime
See file /etc/flatpak-builder/defaults.json in the runtime.
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.remmina.Remmina.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/flatpak/org.remmina.Remmina.json b/flatpak/org.remmina.Remmina.json
index b985a1520..c7f7624a1 100644
--- a/flatpak/org.remmina.Remmina.json
+++ b/flatpak/org.remmina.Remmina.json
@@ -3,10 +3,6 @@
"runtime": "org.gnome.Platform",
"runtime-version": "3.30",
"sdk": "org.gnome.Sdk",
- "build-options" : {
- "cflags": "-O2 -g",
- "cxxflags": "-O2 -g"
- },
"command": "remmina",
"cleanup": [
"*.a",