Skip to content

Commit

Permalink
update config.nims
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Aug 5, 2023
1 parent 53ef259 commit b257e3a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tests/config.nims
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
switch("path", "$projectDir/../src")
switch("threads", "on")
switch("define", "useMalloc")
switch("gc", "arc")
switch("deepcopy", "on")
--path:"$projectDir/../src"
--threads:on
--define:useMalloc
--mm:arc
--deepcopy:on
--define:msgpack_obj_to_map
--define:httpxServerName:"BroStyleSync"
--define:nimPreviewHashRef

0 comments on commit b257e3a

Please sign in to comment.