Revert "chore(debug): add rts option for stack trace"
This reverts commit b3c083f4d4.
This commit is contained in:
parent
b3c083f4d4
commit
b74477e67f
@ -262,7 +262,6 @@ when:
|
|||||||
ghc-options:
|
ghc-options:
|
||||||
- -Werror
|
- -Werror
|
||||||
- -fwarn-tabs
|
- -fwarn-tabs
|
||||||
- +RTS -K0 -xc -RTS
|
|
||||||
- condition: flag(dev)
|
- condition: flag(dev)
|
||||||
then:
|
then:
|
||||||
ghc-options:
|
ghc-options:
|
||||||
@ -275,7 +274,7 @@ when:
|
|||||||
ghc-options:
|
ghc-options:
|
||||||
- -O
|
- -O
|
||||||
- -fllvm
|
- -fllvm
|
||||||
- +RTS -K0 -xc -RTS
|
- +RTS -K0 -RTS
|
||||||
data-files:
|
data-files:
|
||||||
- testdata/**
|
- testdata/**
|
||||||
library:
|
library:
|
||||||
|
|||||||
Reference in New Issue
Block a user