]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove -gdwarf-4 from flags for debug library
authorJonathan Wakely <jwakely@redhat.com>
Wed, 19 Jan 2022 19:29:42 +0000 (19:29 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 4 Apr 2022 11:45:29 +0000 (12:45 +0100)
commit53a1b53d7829d197ad107c8660b719682caf91ab
tree47ba2b4a3e89f87f87193e9cd9843821f0b7c001
parentc277f6c1029d9eb898f40cf5d96500dab45212c9
libstdc++: Remove -gdwarf-4 from flags for debug library

The default is -gdwarf-5 now, so this is hurting rather than improving
things.

libstdc++-v3/ChangeLog:

* configure.ac (GLIBCXX_ENABLE_DEBUG_FLAGS): Remove -gdwarf-4
from default flags.
* configure: Regenerate.

(cherry picked from commit fe3e978027724f28d3e15747c991844793d42922)
libstdc++-v3/configure
libstdc++-v3/configure.ac