Point valgrind suppressions file to srcdir.
This commit is contained in:
parent
8c48fae726
commit
02d18ccf31
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ ifdef CFG_UNIXY
|
|||
CFG_VALGRIND += --leak-check=full \
|
||||
--error-exitcode=1 \
|
||||
--quiet --vex-iropt-level=0 \
|
||||
--suppressions=etc/x86.supp
|
||||
--suppressions=$(S)src/etc/x86.supp
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue