From bb1a17aecb1d8b11f15a29d2578cd14a24e9c622 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Thu, 5 Aug 2021 16:59:26 -0700 Subject: [PATCH] Revert "Make DWARF v5 the default debug information format." This reverts commit 5e13f86fc85bb1a89f27faf3051c53d8f678bea4. libabigail isn't quite ready for DWARF v5 yet, so let's revert this temporarily. Bug: http://b/182004844 Bug: http://b/195152239 Bug: http://b/195698910 Test: Builds Change-Id: I4b1dd8f9e64d19f37c90b8a2433cbb302c7d5105 --- cc/config/global.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cc/config/global.go b/cc/config/global.go index 55e0d7967..3daee3845 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -46,7 +46,6 @@ var ( "-O2", "-g", - "-fdebug-default-version=5", "-fdebug-info-for-profiling", "-fno-strict-aliasing",