X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile.ghcbin;h=cbee57a19d71bb102ca380ce1997e45b7428ad68;hb=0e7150a93803531c5214662f7b26109dcabb30b2;hp=46dd5dc105521889e70b0e967987e540f56d5021;hpb=dec21d06eb80f6d958d18bc185cd84f40d9ef98f;p=ghc-hetmet.git diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin index 46dd5dc..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 += \ @@ -54,9 +55,6 @@ odir=stage$(stage) HS_SRCS = main/Main.hs HS_OBJS = $(patsubst %, $(odir)/%, $(addsuffix .$(way_)o,$(basename $(HS_SRCS)))) $(odir)/main/Main.o : libHSghc$(_way).a -SRC_HC_OPTS += -fforce-recomp -# can't rely on GHC's recompilation checking here, because it won't spot -# changes in the ghc package. WAYS=$(GhcCompilerWays)