summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2019-01-28 13:49:14 +0200
committerJordan Petridis <jpetridis@gnome.org>2019-01-28 13:49:14 +0200
commitcd3f6d93de5a52287f56d23ca64110b1d048c829 (patch)
treed843a4a77fe0da20b876a6a870e503b761a37dbf
parent9a32c25d60857b77b3e1f7b88d2229fcc71a17c0 (diff)
downloadgnome-todo-cd3f6d93de5a52287f56d23ca64110b1d048c829.tar.gz
Flatpak: remove the buildflags from the maniest
Since 3.30+ the GNOME runtime predefines flags and these are no longer needed.
-rw-r--r--build-aux/flatpak/org.gnome.Todo.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/build-aux/flatpak/org.gnome.Todo.json b/build-aux/flatpak/org.gnome.Todo.json
index 0dff712b..263ff80b 100644
--- a/build-aux/flatpak/org.gnome.Todo.json
+++ b/build-aux/flatpak/org.gnome.Todo.json
@@ -27,13 +27,6 @@
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
- "build-options" : {
- "cflags" : "-O2 -g",
- "cxxflags" : "-O2 -g",
- "env" : {
- "V" : "1"
- }
- },
"x-run-args" : [
"--debug"
],