Make DWARF v5 the default debug information format.

This makes DWARF v5 the default debug information format for C/C++
programs in the Platform that are compiled with LLVM.

Test: Testing in progress.
Bug: b/182004844
Change-Id: I9aa6a3ca05ac0fdfa54f556c2e20ffd818b25420
This commit is contained in:
cmtice
2021-04-22 03:17:16 +00:00
parent d411f069ff
commit 5e13f86fc8

View File

@@ -46,6 +46,7 @@ var (
"-O2",
"-g",
"-fdebug-default-version=5",
"-fdebug-info-for-profiling",
"-fno-strict-aliasing",