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 bc89ade commit 4c49a3dCopy full SHA for 4c49a3d
mk/platform.mk
@@ -47,8 +47,11 @@ else
47
CFG_GCCISH_CFLAGS += -O2
48
endif
49
50
+# The soname thing is for supporting a statically linked jemalloc.
51
+# see https://blog.mozilla.org/jseward/2012/06/05/valgrind-now-supports-jemalloc-builds-directly/
52
ifdef CFG_VALGRIND
53
CFG_VALGRIND += --error-exitcode=100 \
54
+ --soname-synonyms=somalloc=NONE \
55
--quiet \
56
--suppressions=$(CFG_SRC_DIR)src/etc/x86.supp \
57
$(OS_SUPP)
0 commit comments