From: sven.panne@aedion.de Date: Wed, 14 Mar 2007 12:22:33 +0000 (+0000) Subject: Use -Wall for compilation of genprimopcode X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b972d54906910fc9971f389efb843a929dcb9dec Use -Wall for compilation of genprimopcode --- diff --git a/utils/genprimopcode/Makefile b/utils/genprimopcode/Makefile index dbd69f6..681480a 100644 --- a/utils/genprimopcode/Makefile +++ b/utils/genprimopcode/Makefile @@ -3,6 +3,8 @@ include $(TOP)/mk/boilerplate.mk HS_PROG = genprimopcode +SRC_HC_OPTS += -Wall + ifeq "$(ghc_ge_504)" "NO" SRC_HC_OPTS += -package text endif