all repos — litestore @ 884542316b64c5ac88aaa4b2bb76657dae8d1e46

A minimalist nosql document store.

Removed --threads:on for now.
h3rald h3rald@h3rald.com
Wed, 18 Mar 2020 17:54:41 +0100
commit

884542316b64c5ac88aaa4b2bb76657dae8d1e46

parent

3eba9fc12b90bd65f943e8404f65ce0af3711772

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M litestore.nimblelitestore.nimble

@@ -31,7 +31,7 @@ # Build

const parallel = "" #"--parallelBuild:1 --verbosity:3" - compile = "nim c -d:release --threads:on" & " " & parallel + compile = "nim c -d:release" & " " & parallel linux_x64 = "--cpu:amd64 --os:linux" windows_x64 = "--cpu:amd64 --os:windows" macosx_x64 = ""