Set ARC and threads:on in nim.cfg.
This commit is contained in:
parent
dfec24b304
commit
6e24bf5670
1 changed files with 2 additions and 0 deletions
2
nim.cfg
2
nim.cfg
|
@ -1,5 +1,7 @@
|
|||
|
||||
path:"../myou-engine/libs/packages/"
|
||||
threads:on
|
||||
gc:arc
|
||||
|
||||
out:"build/game"
|
||||
|
||||
|
|
Loading…
Reference in a new issue