Skip to content

Commit 8a53ba8

Browse files
ttuegelrv-jenkins
andauthored
package.yaml: Enable RTS statistics when compiling without threads (#2031)
Co-authored-by: rv-jenkins <admin@runtimeverification.com>
1 parent 7860c96 commit 8a53ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kore/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ _common-exe: &common-exe
162162
then:
163163
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -T -A32M -qn4"
164164
else:
165-
ghc-options: -rtsopts "-with-rtsopts=-A32M"
165+
ghc-options: -rtsopts "-with-rtsopts=-A32M -T"
166166

167167
executables:
168168
kore-parser:

0 commit comments

Comments
 (0)