revert to --backtrace enabled by default, since the original goal of this change was addressed in other ways
This commit is contained in:
parent
ad7ab8f09a
commit
f5a60e247e
2
wscript
2
wscript
@ -401,7 +401,7 @@ def options(opt):
|
||||
help='The user-visible name of the program being built')
|
||||
opt.add_option('--arch', type='string', action='store', dest='arch',
|
||||
help='Architecture-specific compiler flags')
|
||||
opt.add_option('--backtrace', action='store_true', default=False, dest='backtrace',
|
||||
opt.add_option('--backtrace', action='store_true', default=True, dest='backtrace',
|
||||
help='Compile with -rdynamic -- allow obtaining backtraces from within Ardour')
|
||||
opt.add_option('--no-carbon', action='store_true', default=False, dest='nocarbon',
|
||||
help='Compile without support for AU Plugins with only CARBON UI (needed for 64bit)')
|
||||
|
Loading…
Reference in New Issue
Block a user