File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b75e07501b8a68bc2acf61d506d5b21498448c0c
2
+ refs/heads/master: 66ecff2b136dccabae98d2413632ff5177313205
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: cbd1eefbd350797b783df119fed7956d7e1c74ad
5
5
refs/heads/try: 71bebebc37fbb229877da88dde13c2f35913bd77
Original file line number Diff line number Diff line change 47
47
CFG_GCCISH_CFLAGS += -O2
48
48
endif
49
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/
50
52
ifdef CFG_VALGRIND
51
53
CFG_VALGRIND += --error-exitcode=100 \
54
+ --soname-synonyms=somalloc=NONE \
52
55
--quiet \
53
56
--suppressions=$(CFG_SRC_DIR ) src/etc/x86.supp \
54
57
$(OS_SUPP )
You can’t perform that action at this time.
0 commit comments