]> git.mdlowis.com Git - archive/dlang-scm.git/commitdiff
Moved compile options from include flags to the compile options macro
authorMike D. Lowis <mike@mdlowis.com>
Thu, 12 Jul 2012 19:31:12 +0000 (15:31 -0400)
committerMike D. Lowis <mike@mdlowis.com>
Thu, 12 Jul 2012 19:31:12 +0000 (15:31 -0400)
Makefile

index baaeb2d6c6c2a9bc1c18b845b7fc383259cc177f..0b5de0dfe3e15106878b4da7a53558e60a73855d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,12 +37,12 @@ TEST_OBJS = $(TEST_FILES:%.$(TEST_EXT)=%.o)
 
 # Include Directories
 SRC_INCS  = -I inc
-TEST_INCS = -I inc -w
+TEST_INCS = -I inc
 
 # Compiler and Linker Options
 #----------------------------
 CSC = csc
-CSCFLAGS = -c
+CSCFLAGS = -c -w
 
 # Build Rules
 #------------