]> git.lizzy.rs Git - rust.git/commitdiff
miri build script: use incremental builds
authorRalf Jung <post@ralfj.de>
Sat, 28 Mar 2020 09:29:05 +0000 (10:29 +0100)
committerRalf Jung <post@ralfj.de>
Sat, 28 Mar 2020 09:29:17 +0000 (10:29 +0100)
miri

diff --git a/miri b/miri
index 47ff5024fc63356b44da641c12aadfe4c6855771..0cda9e80926e181ada41e2eccad8fd95fa6fdf10 100755 (executable)
--- a/miri
+++ b/miri
@@ -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