build: Remove --vex-iropt-level=0

This commit is contained in:
Patrick Walton 2011-06-27 12:39:37 -07:00
parent 12d9d07a84
commit 4558167307
1 changed files with 1 additions and 2 deletions

View File

@ -132,8 +132,7 @@ ifdef CFG_UNIXY
ifdef CFG_VALGRIND
CFG_VALGRIND += --leak-check=full \
--error-exitcode=1 \
--quiet --vex-iropt-level=0 \
--suppressions=$(CFG_SRC_DIR)src/etc/x86.supp
--quiet --suppressions=$(CFG_SRC_DIR)src/etc/x86.supp
endif
endif