This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit c3629d92a632f0eb510d702d605068d6dd972c7e Author: Mihai Moldovan <ionic@ionic.de> Date: Mon May 28 23:42:37 2018 +0200 debian/rules: add symbol generations hack for debug-noopt builds. Needs further support for GENSYMBOLS_FLAGS. --- debian/changelog | 2 ++ debian/rules | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index f80d700..49c1495 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ palemoon (27.9.2~repack-1-0x2go1) obs; urgency=medium - Add ppc64 CFLAGS hack. - Enable or disable debug symbols when needed. Needs further support for CONFIGURE_FLAGS. + - Add symbol generations hack for debug-noopt builds. Needs further + support for GENSYMBOLS_FLAGS. -- Mihai Moldovan <ionic@ionic.de> Mon, 28 May 2018 03:44:10 +0200 diff --git a/debian/rules b/debian/rules index 81a9900..e1a71c3 100755 --- a/debian/rules +++ b/debian/rules @@ -62,6 +62,9 @@ endif ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) CONFIGURE_FLAGS += --enable-debug endif +ifeq (,$(filter debug noopt,$(DEB_BUILD_OPTIONS))) + GENSYMBOLS_FLAGS := -c4 +endif CXXFLAGS = $(CFLAGS) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git