chore: use libbacktrace in all builds

This commit is contained in:
Igor Sirotin 2024-06-28 21:50:01 +02:00
parent 88d9dac1de
commit 1c5f763dc2
1 changed files with 3 additions and 0 deletions

View File

@ -68,3 +68,6 @@ when defined(gcc):
# GCC 14+ introduces new strictness for pointer types that not all nim libraries are compatible with # GCC 14+ introduces new strictness for pointer types that not all nim libraries are compatible with
switch("passc", "-Wno-error=incompatible-pointer-types") switch("passc", "-Wno-error=incompatible-pointer-types")
--define:nimStackTraceOverride
--stackTrace:off
switch("import", "libbacktrace")