_GLIBCXX_USE_DEPRECATED is defined by default, disable it, which saves a few bytes worth of debug symbols.
Defined to the value 1 by default. Not configurable. ABI-changing. Turning this off removes older ARM-style iostreams code, and other anachronisms from the API. This macro is dependent on the version of the standard being tracked, and as a result may give different results for different -std options.
See: https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_macros.html.
Based on #36082.