X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMakefile;h=39322baca0216c2fb4804d523e1779b9bfbb5427;hb=5b79083aee3199c3a82bfc20062119018002d710;hp=63fc69e5a825cc7f0252663b98759acbc7f9a922;hpb=6e67363d0c40886321e59b191a2520f4d8c83666;p=ghc-hetmet.git diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 63fc69e..39322ba 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -53,7 +53,7 @@ WAY_debug_HC_OPTS=-optc-DDEBUG WAY_debug_p_NAME=debug profiled WAY_debug_p_HC_OPTS=-optc-DDEBUG -prof -ifneq "$(findstring $(way), debug debug_p)" "" +ifneq "$(findstring debug, $(way))" "" GhcRtsHcOpts= GhcRtsCcOpts=-g endif