diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-28 12:52:08 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-28 17:09:56 -0500 |
| commit | 76d9be756a540272cc7a910eb0730297643276f7 (patch) | |
| tree | 0feb99e525fde4ce9b874942f96dc6a998867de5 /config.nims | |
| parent | 2060c8964d6960808b86f767ea3949da9b3341e6 (diff) | |
| download | nimterop-nimcfg.tar.gz nimterop-nimcfg.zip | |
Fix mode, toast output dirnimcfg
Diffstat (limited to 'config.nims')
| -rw-r--r-- | config.nims | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/config.nims b/config.nims deleted file mode 100644 index f5f7d21..0000000 --- a/config.nims +++ /dev/null @@ -1,20 +0,0 @@ -# Workaround for C++ scanner.cc causing link error with other C obj files -when defined(MacOSX): - switch("clang.linkerexe", "g++") -else: - switch("gcc.linkerexe", "g++") - -# Workaround for NilAccessError crash on Windows #98 -# Could also help for OSX/Linux crash -switch("gc", "markAndSweep") - -# Retain stackTrace for clear errors -switch("stackTrace", "on") -switch("lineTrace", "on") - -# Path to compiler -switch("path", "$nim") - -# Case objects -when not defined(danger): - switch("define", "nimOldCaseObjects")
\ No newline at end of file |
