summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-02 22:10:51 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-02 22:10:51 -0400
commitf5a60e247e1f656df39201c43caa07aa901f8de2 (patch)
tree2e85970758a78df3b65b16f57195230f6750d0dc /wscript
parentad7ab8f09afe1eac025a6da87a45c83ada15544d (diff)
revert to --backtrace enabled by default, since the original goal of this change was addressed in other ways
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e99cca182e..6691f06dee 100644
--- a/wscript
+++ b/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)')