diff options
Diffstat (limited to 'config.nims')
| -rw-r--r-- | config.nims | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nims b/config.nims index 6b475de..f5f7d21 100644 --- a/config.nims +++ b/config.nims @@ -5,8 +5,8 @@ else: switch("gcc.linkerexe", "g++") # Workaround for NilAccessError crash on Windows #98 -when defined(Windows): - switch("gc", "markAndSweep") +# Could also help for OSX/Linux crash +switch("gc", "markAndSweep") # Retain stackTrace for clear errors switch("stackTrace", "on") |
