diff dmd/mars.h @ 651:5709381df7e8

Added -nodefaultlib switch do disable implicitly linked standard lib modules
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 05 Oct 2008 18:55:43 +0200
parents 29dc68c949b0
children 6aaa3d3c1183
line wrap: on
line diff
--- a/dmd/mars.h	Sun Oct 05 17:28:15 2008 +0200
+++ b/dmd/mars.h	Sun Oct 05 18:55:43 2008 +0200
@@ -150,6 +150,7 @@
     char llvmAnnotate;
     char useInlineAsm;
     char fqnNames; // use fully qualified object names
+    char noDefaultLib;
 };
 
 struct Global