Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Sep 24, 2020
1 parent 2471df2 commit c1eef2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loguepkg/execute.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import os, strformat

proc exe(appName: string) =
when defined(windows):
discard execShellCmd(fmt"nim c -r --hints:off --d:release --threads:on {appName}")
discard execShellCmd(fmt"nim c -r --hints:off --d:release {appName}")
else:
discard execShellCmd(fmt"nim c -r --hints:off --d:release --threads:on {appName}")

Expand Down

0 comments on commit c1eef2b

Please sign in to comment.