Auto merge of #1270 - RalfJung:incremental, r=RalfJung

miri build script: use incremental builds

I somehow thought that was already the default, but seems like it is not?
This commit is contained in:
bors 2020-03-30 17:56:33 +00:00
commit 45b6891bf9

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