X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile.ghcbin;h=7acf0e810f45ef26f27aed7e2e144882c954f4d9;hb=dcc66f7459ce8b815c1c82521ac6b6214a91ba7b;hp=4008f255322738f7bd9ebe160e43516029684aa6;hpb=3066cecc9311bdf188807c705cda73254785570a;p=ghc-hetmet.git diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin index 4008f25..7acf0e8 100644 --- a/compiler/Makefile.ghcbin +++ b/compiler/Makefile.ghcbin @@ -17,6 +17,8 @@ ifeq "$(stage)" "3" HC=$(GHC_STAGE2) endif +EXCLUDED_C_SRCS += ghc-inplace.c + SRC_HC_OPTS += -package ghc SRC_HC_OPTS += -Istage$(stage) SRC_HC_OPTS += \ @@ -43,6 +45,9 @@ endif ifeq "$(GhcProfiled)" "YES" SRC_HC_OPTS += -prof endif +ifeq "$(GhcDebugged)" "YES" +SRC_LD_OPTS += -debug +endif odir=stage$(stage)