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 f5964ba commit fbc6841Copy full SHA for fbc6841
src/ci/docker/host-x86_64/x86_64-gnu-gcc/Dockerfile
@@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
31
COPY scripts/sccache.sh /scripts/
32
RUN sh /scripts/sccache.sh
33
34
+ENV NO_DEBUG_ASSERTIONS 1
35
ENV RUST_CONFIGURE_ARGS \
36
--build=x86_64-unknown-linux-gnu \
37
--enable-sanitizers \
0 commit comments