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

Commit eac72875 authored by Ivan Lozano's avatar Ivan Lozano
Browse files

Remove CFI diagnostics.

Remove diagnostics mode from CFI across the board. This should reduce
performance overhead and also allows the minimal runtime to work when
other ubsan sanitizers are enabled. CFI stack dumps should include a
CFI related function, so it should be apparent when a crash is
CFI-related.

Bug: 117417735
Test: make -j
Change-Id: Ie697f83b4894230ac90a4de447dccbc006c9c5a6
parent 8c545704
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -191,7 +191,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= mediafilter

LOCAL_SANITIZE := cfi
LOCAL_SANITIZE_DIAG := cfi

include $(BUILD_EXECUTABLE)