X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile.ghcbin;h=379a725a283843cc92cbb5fc2bd8fe250c6f638c;hb=501db4a71483f4a6943008dd4c84e01fb9b55170;hp=acad6116abb15cca8c6279a8ba3c62282397a3dd;hpb=8250d2d68d6c82aa5ab5bfe10a1b0b8efa6f55f8;p=ghc-hetmet.git diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin index acad611..379a725 100644 --- a/compiler/Makefile.ghcbin +++ b/compiler/Makefile.ghcbin @@ -19,10 +19,11 @@ endif EXCLUDED_C_SRCS += ghc-inplace.c +SRC_HC_OPTS += -Wall SRC_HC_OPTS += -package ghc SRC_HC_OPTS += -Istage$(stage) SRC_HC_OPTS += \ - -cpp -fglasgow-exts -fno-generics -Rghc-timing \ + -cpp -fglasgow-exts -XNoGenerics -Rghc-timing \ -I. -IcodeGen -InativeGen -Iparser SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage$(stage)HcOpts) ifeq "$(TargetOS_CPP)" "openbsd"