Skip to content

Commit 648574d

Browse files
committed
mk: export RUST_BACKTRACE
It's unlikely anyone has ever not wanted a backtrace if rustc panics building rust
1 parent 1b3465c commit 648574d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mk/util.mk

+2
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ endif
1919
print-%:
2020
@echo $*=$($*)
2121

22+
export RUST_BACKTRACE=1
23+
2224
S := $(CFG_SRC_DIR)

0 commit comments

Comments
 (0)