diff builder.d @ 45:01bbf3f6f966

Cleanups
author daveb
date Mon, 02 Aug 2010 14:44:12 +0930
parents d0604b062db8
children 06b4504cbcb0
line wrap: on
line diff
--- a/builder.d	Sun Aug 01 02:06:14 2010 +0930
+++ b/builder.d	Mon Aug 02 14:44:12 2010 +0930
@@ -511,7 +511,7 @@
         writefln("Object    %s", mPath);
         scope cmd = new StringFormatter;
 
-        cmd.format("dmd -c -g");
+        cmd.format("dmd -c");
         foreach (path; Global.bundlePaths) {
             cmd.format(" -I", path);
         }