diff --git a/.cargo/config.toml b/.cargo/config.toml index 22dd7c6..7b9f8a7 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -11,5 +11,6 @@ rustflags = [ "-C", "target-feature=-fp-armv8", "-C", "target-cpu=cortex-a53", "-C", "embed-bitcode=yes", + "-Z", "macro-backtrace", ] runner = "cargo make test-runner"