miri build script: use incremental builds

This commit is contained in:
Ralf Jung 2020-03-28 10:29:05 +01:00
parent f4308a0728
commit f751688396

1
miri
View file

@ -49,6 +49,7 @@ fi
# We enable debug-assertions to get tracing.
# We enable line-only debuginfo for backtraces.
export RUSTFLAGS="-C link-args=-Wl,-rpath,$LIBDIR -C debug-assertions -C debuginfo=1 $RUSTC_EXTRA_FLAGS"
export CARGO_INCREMENTAL=1
## Helper functions