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.

We can also remove the CFI flag since static libraries will have CFI
variants created if dependents have CFI enabled.

Bug: 117417735
Test: make -j
Change-Id: Ib7f020de964bfad160c4c40e92e8c9a0a928f7cc
1 file changed