We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868da2a commit 6ef7c08Copy full SHA for 6ef7c08
miri
@@ -45,7 +45,7 @@ fi
45
# We set the rpath so that Miri finds the private rustc libraries it needs.
46
# We enable debug-assertions to get tracing.
47
# We enable line-only debuginfo for backtraces.
48
-export RUSTFLAGS="-C link-args=-Wl,-rpath,$LIBDIR -C debug-assertions -C debuginfo=1"
+export RUSTFLAGS="-C link-args=-Wl,-rpath,$LIBDIR -C debug-assertions -C debuginfo=1 $RUSTC_EXTRA_FLAGS"
49
50
## Helper functions
51
travis.sh
@@ -8,6 +8,7 @@ else
8
FOREIGN_TARGET=i686-unknown-linux-gnu
9
fi
10
export CARGO_EXTRA_FLAGS="--all-features"
11
+export RUSTC_EXTRA_FLAGS="-D warnings"
12
13
# Prepare
14
echo "Build and install miri"
0 commit comments