Set -Wall in compiler/Makefile.ghcbin
authorIan Lynagh <igloo@earth.li>
Sat, 14 Jun 2008 19:35:36 +0000 (19:35 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 14 Jun 2008 19:35:36 +0000 (19:35 +0000)
compiler/Makefile.ghcbin

index acad611..cbee57a 100644 (file)
@@ -19,6 +19,7 @@ endif
 
 EXCLUDED_C_SRCS += ghc-inplace.c
 
+SRC_HC_OPTS += -Wall
 SRC_HC_OPTS += -package ghc
 SRC_HC_OPTS += -Istage$(stage)
 SRC_HC_OPTS += \