This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 8da074487bd60061da376afd196094572033d604 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Feb 16 00:50:55 2015 +0100 x2goclient.pro: enable more debugging if needed: change -g flag to -g3 -ggdb3 -gdwarf-4. --- debian/changelog | 1 + x2goclient.pro | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1c9207c..87b0930 100644 --- a/debian/changelog +++ b/debian/changelog @@ -204,6 +204,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium - Move res/Info.plist and macdmg.DS_Store to res/osxbundle/ and update references in x2goclient.pro and macbuild.sh. - Add debug mode selector via DEBUG env variable to macbuild.sh. + - Enable more debugging if needed: change -g flag to -g3 -ggdb3 -gdwarf-4. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +0100 diff --git a/x2goclient.pro b/x2goclient.pro index e3ee3ce..5a195bd 100644 --- a/x2goclient.pro +++ b/x2goclient.pro @@ -206,6 +206,9 @@ QMAKE_INFO_PLIST_OUT = $${TARGET}.app/Contents/Info.plist PRE_TARGETDEPS += $${TARGET}.app/Contents/Info.plist QMAKE_POST_LINK += /bin/cp -n $${ICON} $${OUT_PWD}/$${TARGET}.app/Contents/Resources/ +QMAKE_CXXFLAGS_DEBUG -= -g +QMAKE_CXXFLAGS_DEBUG += -g3 -ggdb3 -gdwarf-4 + plugin { DEFINES += CFGPLUGIN linux-g++ { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git