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 cc267ce commit 1dee7b0Copy full SHA for 1dee7b0
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