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.
release-3
whitequark 2018-01-26 23:01:24 +00:00
parent 6f7771cb01
commit aa64b8ad7a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CFLAGS += \
LDFLAGS += -L../libbase \
-L../libunwind
RUSTFLAGS += -Cpanic=abort
RUSTFLAGS += -Cpanic=unwind
all:: runtime.bin runtime.fbi