Skip to content

Commit c05d96c

Browse files
vertexcliquebrson
authored andcommitted
Valgrind check disable
1 parent 89de49c commit c05d96c

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
@@ -294,7 +294,7 @@ else
294294
fi
295295

296296
opt sharedstd 1 "build libstd as a shared library"
297-
opt valgrind 1 "run tests with valgrind (memcheck by default)"
297+
opt valgrind 0 "run tests with valgrind (memcheck by default)"
298298
opt helgrind 0 "run tests with helgrind instead of memcheck"
299299
opt docs 1 "build documentation"
300300
opt optimize 1 "build optimized rust code"

0 commit comments

Comments
 (0)