Skip to content

Commit

Permalink
mimalloc requires threads
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Oct 3, 2022
1 parent 530f2f6 commit 9199f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ proc runCI(cmd: string) =

execFold("Run atlas tests", "nim c -r -d:atlasTests tools/atlas/atlas.nim clone https://github.com/disruptek/balls")

kochExecFold("Boot Nim ORC with mimalloc", "boot -d:release --mm:orc --lib:lib -d:useMimalloc")
kochExecFold("Boot Nim ORC with mimalloc", "boot -d:release --mm:orc --lib:lib --threads:on -d:useMimalloc")

proc testUnixInstall(cmdLineRest: string) =
csource("-d:danger" & cmdLineRest)
Expand Down

0 comments on commit 9199f43

Please sign in to comment.