From: Ian Lynagh Date: Sat, 14 Jun 2008 19:35:36 +0000 (+0000) Subject: Set -Wall in compiler/Makefile.ghcbin X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ed2e46c1076212183831ff49a3cc65c5c05d596a;p=ghc-hetmet.git Set -Wall in compiler/Makefile.ghcbin --- diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin index acad611..cbee57a 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 += \