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 fae9d66
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions Arraymancer
Submodule Arraymancer added at 57d83a
1 change: 1 addition & 0 deletions NESM
Submodule NESM added at 5ee2ae
1 change: 1 addition & 0 deletions NimYAML
Submodule NimYAML added at 15414a
1 change: 1 addition & 0 deletions c2nim
Submodule c2nim added at e93bb6
1 change: 1 addition & 0 deletions cello
Submodule cello added at bd7a66
1 change: 1 addition & 0 deletions ggplotnim
Submodule ggplotnim added at 82b2e8
1 change: 1 addition & 0 deletions karax
Submodule karax added at f5114e
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
1 change: 1 addition & 0 deletions msgpack4nim
Submodule msgpack4nim added at 411bab
1 change: 1 addition & 0 deletions netty
Submodule netty added at 4e44bf
1 change: 1 addition & 0 deletions nim-noise
Submodule nim-noise added at ca3297
1 change: 1 addition & 0 deletions nim-strunicode
Submodule nim-strunicode added at c821ff
1 change: 1 addition & 0 deletions nimblas
Submodule nimblas added at da7907
1 change: 1 addition & 0 deletions nimble
Submodule nimble added at d13f3b
1 change: 1 addition & 0 deletions nimgame2
Submodule nimgame2 added at afd289
1 change: 1 addition & 0 deletions nimsl
Submodule nimsl added at ceeceb
1 change: 1 addition & 0 deletions packedjson
Submodule packedjson added at 40d01f
1 change: 1 addition & 0 deletions tensordslnim
Submodule tensordslnim added at 02b9f9
1 change: 1 addition & 0 deletions zero-functional
Submodule zero-functional added at fa76cc

0 comments on commit fae9d66

Please sign in to comment.