Skip to content

Commit

Permalink
config: try removing --passL:-static for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Aug 17, 2023
1 parent 65fee21 commit 8318c80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ if defined(release):

if defined(linux) or defined(windows):
switch("passL", "-s")

if defined(linux):
switch("passL", "-static")

if defined(linux) and not defined(zig):
Expand Down

0 comments on commit 8318c80

Please sign in to comment.