From 1c5f763dc24e9fa5445f93b4cd8471fd352be426 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Fri, 28 Jun 2024 21:50:01 +0200 Subject: [PATCH] chore: use libbacktrace in all builds --- config.nims | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.nims b/config.nims index af19f47dd5..45aefe094b 100644 --- a/config.nims +++ b/config.nims @@ -68,3 +68,6 @@ when defined(gcc): # GCC 14+ introduces new strictness for pointer types that not all nim libraries are compatible with switch("passc", "-Wno-error=incompatible-pointer-types") +--define:nimStackTraceOverride +--stackTrace:off +switch("import", "libbacktrace")