summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.toolchain1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.toolchain b/Makefile.toolchain
index c5c665bacc..d43590eeb8 100644
--- a/Makefile.toolchain
+++ b/Makefile.toolchain
@@ -67,7 +67,6 @@ CFLAGS_TEST=$(if $(TEST_BUILD),-DTEST_BUILD=$(EMPTY) \
$(if $(TEST_MSAN),-fsanitize=memory) \
$(if $(TEST_UBSAN),$(UBSAN_FLAGS)) \
$(if $(TEST_FUZZ),-fsanitize=fuzzer-no-link \
- -fno-experimental-new-pass-manager \
-fcoverage-mapping \
-fprofile-instr-generate \
-DTEST_FUZZ=$(EMPTY))