Skip to content

Commit 2aa1870

Browse files
committed
Valgrind check disable
1 parent 07edf90 commit 2aa1870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ endif
368368

369369
STAGE$(1)_T_$(2)_H_$(3) := \
370370
$$(Q)$$(call CFG_RUN_TARG,$(1), \
371-
$$(CFG_VALGRIND_COMPILE$(1)) \
371+
## $$(CFG_VALGRIND_COMPILE$(1)) \
372372
$$(HBIN$(1)_H_$(3))/rustc$$(X) \
373373
--cfg $$(CFGFLAG$(1)_T_$(2)_H_$(3)) \
374374
$$(CFG_RUSTC_FLAGS) $$(EXTRAFLAGS_STAGE$(1)) --target=$(2))

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ else
283283
fi
284284

285285
opt sharedstd 1 "build libstd as a shared library"
286-
opt valgrind 1 "run tests with valgrind (memcheck by default)"
286+
opt valgrind 0 "run tests with valgrind (memcheck by default)"
287287
opt helgrind 0 "run tests with helgrind instead of memcheck"
288288
opt docs 1 "build documentation"
289289
opt optimize 1 "build optimized rust code"

0 commit comments

Comments
 (0)