mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
really make debug be the default configuration option
git-svn-id: svn://localhost/ardour2/branches/3.0@8431 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6df29331f7
commit
dc8b69af20
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ def set_options(opt):
|
|||
opt.tool_options('compiler_cxx')
|
||||
opt.add_option('--debug', action='store_true', default=True, dest='debug',
|
||||
help="Build debuggable binaries [Default: True]")
|
||||
opt.add_option('--optimize', action='store_false', default=False, dest='debug',
|
||||
opt.add_option('--optimize', action='store_false', default=True, dest='debug',
|
||||
help="Build optimized 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]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue