[gnome-calculator] flatpak: remove hardcoded buildflags



commit 8b7cd5533f188bd016bfdc7204f452512ba97c7a
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Jun 30 22:11:55 2019 +0300

    flatpak: remove hardcoded buildflags
    
    The runtimes provide a shared set of build flags.

 org.gnome.Calculator.json | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/org.gnome.Calculator.json b/org.gnome.Calculator.json
index 106fd5d0..7c3e7084 100644
--- a/org.gnome.Calculator.json
+++ b/org.gnome.Calculator.json
@@ -18,12 +18,6 @@
         "--talk-name=ca.desrt.dconf",
         "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
-    "build-options" : {
-        "cflags" : "-O2 -g -w",
-        "cxxflags" : "-O2 -g -w",
-        "env" : {
-        }
-    },
     "cleanup" : [
         "/include",
         "/lib/pkgconfig",


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