Skip to content

Commit fbc6841

Browse files
Disable debug assertions
1 parent f5964ba commit fbc6841

File tree

1 file changed

+1
-0
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-gcc

1 file changed

+1
-0
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-gcc/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3131
COPY scripts/sccache.sh /scripts/
3232
RUN sh /scripts/sccache.sh
3333

34+
ENV NO_DEBUG_ASSERTIONS 1
3435
ENV RUST_CONFIGURE_ARGS \
3536
--build=x86_64-unknown-linux-gnu \
3637
--enable-sanitizers \

0 commit comments

Comments
 (0)