summaryrefslogtreecommitdiff
path: root/autowaf.py
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-12-28 20:31:38 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-12-28 20:31:38 +0000
commitc5efa4c5d2a85e314f784451c7c91e4e462e8bbb (patch)
tree8de3db8127ab79e20299da66588b4ebed8187b74 /autowaf.py
parent84b4dd94e34afea47dcb6b411215d5b86f112e25 (diff)
make --debug the default for building ardour3
git-svn-id: svn://localhost/ardour2/branches/3.0@8349 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'autowaf.py')
-rw-r--r--autowaf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autowaf.py b/autowaf.py
index 188965c0c1..4e2afb2ece 100644
--- a/autowaf.py
+++ b/autowaf.py
@@ -39,7 +39,7 @@ def set_options(opt):
return
opt.tool_options('compiler_cc')
opt.tool_options('compiler_cxx')
- opt.add_option('--debug', action='store_true', default=False, dest='debug',
+ opt.add_option('--debug', action='store_true', default=True, dest='debug',
help="Build debuggable binaries [Default: False]")
opt.add_option('--strict', action='store_true', default=False, dest='strict',
help="Use strict compiler flags and show all warnings [Default: False]")