Skip to content

Commit 4558167

Browse files
committed
build: Remove --vex-iropt-level=0
1 parent 12d9d07 commit 4558167

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mk/platform.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ ifdef CFG_UNIXY
132132
ifdef CFG_VALGRIND
133133
CFG_VALGRIND += --leak-check=full \
134134
--error-exitcode=1 \
135-
--quiet --vex-iropt-level=0 \
136-
--suppressions=$(CFG_SRC_DIR)src/etc/x86.supp
135+
--quiet --suppressions=$(CFG_SRC_DIR)src/etc/x86.supp
137136
endif
138137
endif
139138

0 commit comments

Comments
 (0)