0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-30 17:02:41 +00:00
Files
termux-packages/x11-packages/carbonyl-host-tools/patches/0005-compiler-remove-gsimple-template-names.patch
2025-02-01 17:05:51 +08:00

16 lines
704 B
Diff

--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -808,9 +808,9 @@
# lldb doesn't have the needed changes yet.
# * Fuchsia isn't supported as zxdb doesn't support simple template names yet.
# TODO(crbug.com/1379070): Remove if the upstream default ever changes.
- if (is_clang && !is_nacl && !is_win && !is_apple && !is_fuchsia) {
- cflags_cc += [ "-gsimple-template-names" ]
- }
+ # if (is_clang && !is_nacl && !is_win && !is_apple && !is_fuchsia) {
+ # cflags_cc += [ "-gsimple-template-names" ]
+ # }
# MLGO specific flags. These flags enable an ML-based inliner trained on
# Chrome on Android (arm32) with ThinLTO enabled, optimizing for size.