[X2Go-Commits] [x2goclient] 66/87: x2goclient.pro: enable more debugging if needed: change -g flag to -g3 -ggdb3 -gdwarf-4.

git-admin at x2go.org git-admin at x2go.org
Wed Mar 4 22:14:52 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/cleanup
in repository x2goclient.

commit fcaa63a5e5bbb21278e528419084bfb3f83fd45a
Author: Mihai Moldovan <ionic at 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 f971572..05e1c86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -230,6 +230,7 @@ x2goclient (4.0.3.2-0x2go1) unstable; 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.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Thu, 19 Feb 2015 12:49:22 +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/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list