mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-31 12:50:20 +08:00
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 \
|
LDFLAGS += -L../libbase \
|
||||||
-L../libunwind
|
-L../libunwind
|
||||||
|
|
||||||
RUSTFLAGS += -Cpanic=abort
|
RUSTFLAGS += -Cpanic=unwind
|
||||||
|
|
||||||
all:: runtime.bin runtime.fbi
|
all:: runtime.bin runtime.fbi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user