X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=e16bf4eca12d2945bfa9bac809f6a1e3ab204d72;hb=38e7ac3ffa32d75c1922e7247a910e06d9957116;hp=1e8322b79a88cc7f41607f1dda9522dc2980fb0a;hpb=6c53f40f3dd84cc91a8e6850dbfb271cb24db89a;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 1e8322b..e16bf4e 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -415,10 +415,6 @@ ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES" SRC_HC_OPTS += -DGHCI -package template-haskell PKG_DEPENDS += template-haskell -# Should the debugger commands be enabled? -ifeq "$(GhciWithDebugger)" "YES" -SRC_HC_OPTS += -DDEBUGGER -endif # Should GHCI be building info tables in the TABLES_NEXT_TO_CODE style # or not? ifeq "$(GhcEnableTablesNextToCode) $(GhcUnregisterised)" "YES NO"