diff options
author | Ian Lynagh <igloo@earth.li> | 2008-06-14 19:35:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-06-14 19:35:36 +0000 |
commit | ed2e46c1076212183831ff49a3cc65c5c05d596a (patch) | |
tree | 07b63d8b54e9fa7c7bd0627501c9e9cf9c787fcf | |
parent | 64bd00ecba01c6f708ccac765d7d0cc6b7661a69 (diff) | |
download | haskell-ed2e46c1076212183831ff49a3cc65c5c05d596a.tar.gz |
Set -Wall in compiler/Makefile.ghcbin
-rw-r--r-- | compiler/Makefile.ghcbin | 1 |
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 += \ |