summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2007-05-14 20:42:46 +0000
committerSampo Savolainen <v2@iki.fi>2007-05-14 20:42:46 +0000
commit64b3e3be80700af86014fb0ad501e380171ba8cd (patch)
treeb22e6efed4ce96ea51aeb4c9577cfc05ed03ffb7 /SConstruct
parent6cf8026ac37cddb9cf84dbdecba9b7f576641fd8 (diff)
Make DEBUG=1 default and make ardour.sh, ardev and ardbg dump cores by default
git-svn-id: svn://localhost/ardour2/trunk@1843 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index bc491edbbc..5e37b5bfb4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -29,7 +29,7 @@ opts.AddOptions(
('ARCH', 'Set architecture-specific compilation flags by hand (all flags as 1 argument)',''),
BoolOption('AUDIOUNITS', 'Compile with Apple\'s AudioUnit library. (experimental)', 0),
BoolOption('COREAUDIO', 'Compile with Apple\'s CoreAudio library', 0),
- BoolOption('DEBUG', 'Set to build with debugging information and no optimizations', 0),
+ BoolOption('DEBUG', 'Set to build with debugging information and no optimizations', 1),
PathOption('DESTDIR', 'Set the intermediate install "prefix"', '/'),
EnumOption('DIST_TARGET', 'Build target for cross compiling packagers', 'auto', allowed_values=('auto', 'i386', 'i686', 'x86_64', 'powerpc', 'tiger', 'panther', 'none' ), ignorecase=2),
BoolOption('DMALLOC', 'Compile and link using the dmalloc library', 0),