Skip to content

Commit

Permalink
disable arc/orc
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Sep 21, 2022
1 parent c397c78 commit 2356672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cello.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ skipDirs = @["tests", "benchmarks", "img"]
requires "nim >= 0.20.0", "spills >= 0.1.3"

task test, "run cello tests":
--mm:refc
--hints: off
--linedir: on
--stacktrace: on
Expand Down Expand Up @@ -49,4 +50,4 @@ task spaceRRR, "benchmark the space of RRR bit array":

task spaceWT, "benchmark the space of wavelet tree":
withDir "benchmarks":
exec "nimble spaceWT"
exec "nimble spaceWT"

0 comments on commit 2356672

Please sign in to comment.