Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
80a07571
by Sylvain Henry at 2025-09-11T11:28:18-04:00
1 changed file:
Changes:
| ... | ... | @@ -124,6 +124,13 @@ else |
| 124 | 124 | RUNTEST_OPTS += -e ghc_with_dynamic_rts=False
|
| 125 | 125 | endif
|
| 126 | 126 | |
| 127 | +ifeq "$(filter debug, $(GhcRTSWays))" "debug"
|
|
| 128 | +RUNTEST_OPTS += -e config.debug_rts=True
|
|
| 129 | +else
|
|
| 130 | +RUNTEST_OPTS += -e config.debug_rts=False
|
|
| 131 | +endif
|
|
| 132 | + |
|
| 133 | + |
|
| 127 | 134 | ifeq "$(GhcWithInterpreter)" "NO"
|
| 128 | 135 | RUNTEST_OPTS += -e config.have_interp=False
|
| 129 | 136 | else ifeq "$(GhcStage)" "1"
|