X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FMakefile;h=d0c68ab1d655ff0aa1542962798a9a986bf6c995;hp=4023d72eb24e642f6e525deba35ebac412ea9fea;hb=c5b41b6ee21f73ef706cd14eef2b6d6809099f9d;hpb=b2445ac5c5d83a8cdedd78d7b80db9eb11012030 diff --git a/compiler/Makefile b/compiler/Makefile index 4023d72..d0c68ab 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -433,6 +433,9 @@ endif ifeq "$(GhcProfiled)" "YES" SRC_LD_OPTS += -prof endif +ifeq "$(GhcDebugged)" "YES" +SRC_LD_OPTS += -debug +endif ALL_DIRS += ghci