[Xfce4-commits] <postler:master> Enable Vala-specific debugging information

Christian Dywan noreply at xfce.org
Sat Dec 18 00:06:01 CET 2010


Updating branch refs/heads/master
         to c2d0c2699cc4bce89b7ad70a8e2e1db4e350fae7 (commit)
       from 23fe3e96f7ba361803dbf815e1c02edac6dc0e25 (commit)

commit c2d0c2699cc4bce89b7ad70a8e2e1db4e350fae7
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Dec 17 22:49:52 2010 +0100

    Enable Vala-specific debugging information

 wscript |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/wscript b/wscript
index 86984d9..9992a15 100644
--- a/wscript
+++ b/wscript
@@ -197,7 +197,9 @@ def configure (conf):
             conf.env.append_value ('CCFLAGS', '-w -O1 -g -DG_ENABLE_DEBUG'.split ())
     conf.env.append_value ('VALAFLAGS', '--thread')
     if debug_level == 'full':
-        conf.env.append_value ('VALAFLAGS', '--enable-checking'.split ())
+        conf.env.append_value ('VALAFLAGS', '--debug --enable-checking'.split ())
+    elif debug_level == 'debug':
+        conf.env.append_value ('VALAFLAGS', '--debug')
     elif debug_level == 'none':
         conf.env.append_value ('VALAFLAGS', '--disable-assert')
     conf.env.append_value ('VALAFLAGS', '--enable-deprecated')



More information about the Xfce4-commits mailing list