Skip to content

Commit f751688

Browse files
committed
miri build script: use incremental builds
1 parent f4308a0 commit f751688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

miri

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ fi
4949
# We enable debug-assertions to get tracing.
5050
# We enable line-only debuginfo for backtraces.
5151
export RUSTFLAGS="-C link-args=-Wl,-rpath,$LIBDIR -C debug-assertions -C debuginfo=1 $RUSTC_EXTRA_FLAGS"
52+
export CARGO_INCREMENTAL=1
5253

5354
## Helper functions
5455

0 commit comments

Comments
 (0)