Disable libbacktrace on Windows x64. (#1308)

This commit is contained in:
Eugene Kabanov 2020-07-13 19:02:32 +03:00 committed by GitHub
parent d6897409e4
commit 19874969f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ switch("define", "nim_compiler_path=" & currentDir & "env.sh nim")
switch("import", "testutils/moduletests")
const useLibStackTrace = not defined(macosx) and
not (defined(windows) and defined(i386)) and
not defined(windows) and
not defined(disable_libbacktrace)
when useLibStackTrace: