From 19874969f0ebd6f5ca10a78c3943adc463ffd22c Mon Sep 17 00:00:00 2001 From: Eugene Kabanov Date: Mon, 13 Jul 2020 19:02:32 +0300 Subject: [PATCH] Disable libbacktrace on Windows x64. (#1308) --- config.nims | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.nims b/config.nims index 27496668a..42dd34af6 100644 --- a/config.nims +++ b/config.nims @@ -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: