Add configure flag to enable ASSERTs in all ways
Running the test suite with asserts enabled is somewhat tricky at the moment as running it with a GHC compiled the DEBUG way has some hundred failures from the start. These seem to be unrelated to assertions though. So this provides a toggle to make it easier to debug failing assertions using the test suite.
Showing
- compiler/cbits/genSym.c 1 addition, 3 deletionscompiler/cbits/genSym.c
- configure.ac 12 additions, 0 deletionsconfigure.ac
- includes/Cmm.h 7 additions, 1 deletionincludes/Cmm.h
- includes/Rts.h 18 additions, 6 deletionsincludes/Rts.h
- rts/posix/OSThreads.c 1 addition, 1 deletionrts/posix/OSThreads.c
- rts/sm/CNF.c 1 addition, 2 deletionsrts/sm/CNF.c
- rts/sm/GC.c 1 addition, 1 deletionrts/sm/GC.c
- rts/sm/MarkWeak.c 1 addition, 1 deletionrts/sm/MarkWeak.c
Loading
Please register or sign in to comment