mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-18 10:31:04 +00:00
Disable libbacktrace on Windows x64. (#1308)
This commit is contained in:
parent
d6897409e4
commit
19874969f0
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user