Skip to content

Commit 45b6891

Browse files
committed
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?
2 parents 319f2dd + f751688 commit 45b6891

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)