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.
2 parents fcf637b + 1dee7b0 commit a81ce5fCopy full SHA for a81ce5f
Makefile.in
@@ -76,7 +76,7 @@
76
#
77
# * `CFG_ENABLE_VALGRIND=1` - Run tests under valgrind
78
# * `VALGRIND_COMPILE=1` - Run the compiler itself under valgrind
79
-# (may require `CFG_ENABLE_VALGRIND`)
+# (requires `CFG_ENABLE_VALGRIND`)
80
81
# * `NO_REBUILD=1` - Don't rebootstrap when testing std
82
# (and possibly other crates)
mk/platform.mk
@@ -46,8 +46,9 @@ endif
46
# see https://blog.mozilla.org/jseward/2012/06/05/valgrind-now-supports-jemalloc-builds-directly/
47
ifdef CFG_VALGRIND
48
CFG_VALGRIND += --error-exitcode=100 \
49
- --soname-synonyms=somalloc=NONE \
+ --fair-sched=try \
50
--quiet \
51
+ --soname-synonyms=somalloc=NONE \
52
--suppressions=$(CFG_SRC_DIR)src/etc/x86.supp \
53
$(OS_SUPP)
54
ifdef CFG_ENABLE_HELGRIND
0 commit comments