13
0

make --debug the default for building ardour3

git-svn-id: svn://localhost/ardour2/branches/3.0@8349 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-12-28 20:31:38 +00:00
parent 84b4dd94e3
commit c5efa4c5d2

View File

@ -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]")