Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit 58c56b3

Browse files
committed
add some more command line args, including static
1 parent f5b2939 commit 58c56b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nim.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
--passC:"-fcommon"
1+
# Merge globals with the same name, build static, strip symbols and change to release mode
2+
# TODO: don't use -fcommon
3+
--passC:"-fcommon" --passL:"-static" --passL:"-s" -d:"release"

0 commit comments

Comments
 (0)