Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e813a4a0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[cc/sanitize] Re-enable new pass manager for fuzzer targets"

parents 8fb2d834 49f052d1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -299,9 +299,6 @@ ifneq ($(filter fuzzer,$(my_sanitize)),)
  my_sanitize := $(filter-out cfi,$(my_sanitize))
  my_cflags += -fno-lto
  my_ldflags += -fno-lto

  # TODO(b/133876586): Disable experimental pass manager for fuzzer builds.
  my_cflags += -fno-experimental-new-pass-manager
endif

ifneq ($(filter integer_overflow,$(my_sanitize)),)