changeset 1119:2cd6199488f6

Fix -g with default ldc.conf
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 14 Mar 2009 22:44:52 +0100
parents dde9dbae052a
children 0d38fa5a0b46
files ldc.conf.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ldc.conf.in	Sat Mar 14 22:29:31 2009 +0100
+++ b/ldc.conf.in	Sat Mar 14 22:44:52 2009 +0100
@@ -11,6 +11,7 @@
         "-I@RUNTIME_DIR@/lib/common",
         "-L-L@PROJECT_BINARY_DIR@/../lib",
         "-d-version=Tango",
-        "-defaultlib=@RUNTIME_AIO@"
+        "-defaultlib=@RUNTIME_AIO@",
+        "-debuglib=@RUNTIME_AIO@"
     ];
 };