mirror of https://github.com/m-labs/artiq.git
runtime: build with -Cpanic=unwind.
This is required for backtraces to function. I'm not sure how it turned out that master had -Cpanic=abort.
This commit is contained in:
parent
6f7771cb01
commit
aa64b8ad7a
|
@ -8,7 +8,7 @@ CFLAGS += \
|
|||
LDFLAGS += -L../libbase \
|
||||
-L../libunwind
|
||||
|
||||
RUSTFLAGS += -Cpanic=abort
|
||||
RUSTFLAGS += -Cpanic=unwind
|
||||
|
||||
all:: runtime.bin runtime.fbi
|
||||
|
||||
|
|
Loading…
Reference in New Issue