Add valgrind rc file for default configuration

This commit is contained in:
Ai Lin Chia 2016-05-19 11:00:04 +02:00
parent 3df4332850
commit ff582c08a5
2 changed files with 3 additions and 0 deletions

2
.valgrindrc Normal file

@ -0,0 +1,2 @@
--soname-synonyms=somalloc=nouserintercepts
--suppressions=valgrind.cfg

@ -241,6 +241,7 @@ dist: all
sitelinks.txt \
unifiedDict.txt \
valgrind.cfg \
.valgrindrc \
$(DIST_DIR)
@cp third-party/cld2/LICENSE $(DIST_DIR)/LICENSE-3RD-PARTY-CLD2
@tar -czvf $(DIST_DIR).tar.gz $(DIST_DIR)