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:
commit
45b6891bf9
1 changed files with 1 additions and 0 deletions
1
miri
1
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue