diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-22 12:01:20 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-22 12:01:20 -0500 |
| commit | f17b958f47686f41a20045ea089295841a6845d6 (patch) | |
| tree | f01483b19b6c35769915eb5c7ef21b2e611415b8 /config.nims | |
| parent | da6a4e30ab9c88748e54e4cf0bdae248c8750cdd (diff) | |
| download | nimterop-crash.tar.gz nimterop-crash.zip | |
markAndSweep, removeStaticcrash
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") |
