[gnome-calendar/alatiera/flatpak-things] flatpak: avoid explicitly setting cflags



commit 41a3e0a853faaaa685c5ce9511f70e9d69fb2847
Author: Jordan Petridis <jpetridis gnome org>
Date:   Mon Aug 3 20:38:20 2020 +0000

    flatpak: avoid explicitly setting cflags
    
    The runtimes provide a good set of default flags
    at /usr/etc/flatpak-builder/defaults.json
    which gets automatically exported

 build-aux/flatpak/org.gnome.Calendar.json | 7 -------
 1 file changed, 7 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Calendar.json b/build-aux/flatpak/org.gnome.Calendar.json
index d0e395ad..18893ad6 100644
--- a/build-aux/flatpak/org.gnome.Calendar.json
+++ b/build-aux/flatpak/org.gnome.Calendar.json
@@ -28,13 +28,6 @@
         "--filesystem=~/.config/dconf:ro",
         "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
-    "build-options" : {
-        "cflags" : "-O2 -g",
-        "cxxflags" : "-O2 -g",
-        "env" : {
-            "V" : "1"
-        }
-    },
     "x-run-args" : [
         "--debug"
     ],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]