[geary/wip/flatpak-remove-custom-build-flags] Remove redundant build-options from the Flatpak manifest
- From: Juraj Fiala <jurf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/flatpak-remove-custom-build-flags] Remove redundant build-options from the Flatpak manifest
- Date: Sat, 2 Feb 2019 10:11:49 +0000 (UTC)
commit 6b5f34eb87570d870e37e009c793f2e54ccf03af
Author: Juraj Fiala <jurf riseup net>
Date: Sat Feb 2 10:11:32 2019 +0000
Remove redundant build-options from the Flatpak manifest
Since fd.o 18.08, i.e. GNOME 3.30, the runtime provides a comprehensive list of build flags, surmounting
the current one.
org.gnome.Geary.json | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index 93c45ff3..dc8f9e65 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -39,13 +39,6 @@
/* Let view source keep on working as-sis for now. Bug 779311. */
"--filesystem=/tmp"
],
- "build-options" : {
- "cflags": "-O2 -g",
- "cxxflags": "-O2 -g",
- "env": {
- "V": "1"
- }
- },
"cleanup": ["/include", "/lib/pkgconfig",
"/share/pkgconfig", "/share/aclocal",
"/man", "/share/man", "/share/gtk-doc",
@@ -83,10 +76,9 @@
"--disable-backend",
/* Enabling debug via configure causes both -g and -O0
to be set, which is bad since the former is
- redundant with our build-options above, and the
- latter conflicts with both the build options and
- with whatever is causing FORTIFY_SOURCE to be
- set. So disable debug instead. */
+ redundant with the default fd.o build-options,
+ and the latter conflicts with them. So disable
+ debug instead. */
"--enable-debug=no"
],
"sources": [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]