summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-06-14 19:35:36 +0000
committerIan Lynagh <igloo@earth.li>2008-06-14 19:35:36 +0000
commited2e46c1076212183831ff49a3cc65c5c05d596a (patch)
tree07b63d8b54e9fa7c7bd0627501c9e9cf9c787fcf
parent64bd00ecba01c6f708ccac765d7d0cc6b7661a69 (diff)
downloadhaskell-ed2e46c1076212183831ff49a3cc65c5c05d596a.tar.gz
Set -Wall in compiler/Makefile.ghcbin
-rw-r--r--compiler/Makefile.ghcbin1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin
index acad6116ab..cbee57a19d 100644
--- a/compiler/Makefile.ghcbin
+++ b/compiler/Makefile.ghcbin
@@ -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 += \