Skip to content

Commit 20a4e30

Browse files
committed
config.nims: turn off threads
will result in slightly smaller/faster nim binaries for single-threaded programs
1 parent 74041fa commit 20a4e30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config.nims

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
switch("cpu", "arm")
22
switch("os", "linux")
33

4+
switch("threads", "off")
45
switch("define", "release")
56
switch("define", "strip")
67
switch("opt", "size")

0 commit comments

Comments
 (0)