chore(debug): add rts option for stack trace

This commit is contained in:
Steffen Jost 2023-04-20 19:13:55 +02:00
parent 118dac79e7
commit b3c083f4d4

View File

@ -262,6 +262,7 @@ when:
ghc-options:
- -Werror
- -fwarn-tabs
- +RTS -K0 -xc -RTS
- condition: flag(dev)
then:
ghc-options:
@ -274,7 +275,7 @@ when:
ghc-options:
- -O
- -fllvm
- +RTS -K0 -RTS
- +RTS -K0 -xc -RTS
data-files:
- testdata/**
library: