summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-09-07 19:06:55 -0500
committerJohn Wiegley <johnw@newartisans.com>2011-09-07 19:06:55 -0500
commit65f96d5e7c0d199536598d087550858119c7eebc (patch)
treef8919e912ce26dee5c17a08ecfaf99096356c1a0 /acprep
parentf0791bbd7297e737d9e13d0b0bb21473b173b2a7 (diff)
downloadfork-ledger-65f96d5e7c0d199536598d087550858119c7eebc.tar.gz
fork-ledger-65f96d5e7c0d199536598d087550858119c7eebc.tar.bz2
fork-ledger-65f96d5e7c0d199536598d087550858119c7eebc.zip
Use -ggdb
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 2 insertions, 0 deletions
diff --git a/acprep b/acprep
index 1d0fa795..0314a475 100755
--- a/acprep
+++ b/acprep
@@ -1296,7 +1296,9 @@ class PrepareBuild(CommandLineApp):
if self.options.gcc45 or self.options.gcc46:
self.CXXFLAGS.append('-g2')
+ self.CXXFLAGS.append('-ggdb')
self.LDFLAGS.append('-g2')
+ self.LDFLAGS.append('-ggdb')
else:
self.CXXFLAGS.append('-g')
self.LDFLAGS.append('-g')