26 lines
848 B
Diff
26 lines
848 B
Diff
From: Your Name <you@example.com>
|
|
Date: Mon, 30 Jan 2023 15:20:53 +0000
|
|
Subject: Remove experimental-relative-c++-abi-vtables
|
|
|
|
---
|
|
build/config/compiler/BUILD.gn | 5 -----
|
|
1 file changed, 5 deletions(-)
|
|
|
|
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|
--- a/build/config/compiler/BUILD.gn
|
|
+++ b/build/config/compiler/BUILD.gn
|
|
@@ -682,11 +682,6 @@ config("compiler") {
|
|
cflags_cc += [ "-Wno-trigraphs" ]
|
|
}
|
|
|
|
- if (use_relative_vtables_abi) {
|
|
- cflags_cc += [ "-fexperimental-relative-c++-abi-vtables" ]
|
|
- ldflags += [ "-fexperimental-relative-c++-abi-vtables" ]
|
|
- }
|
|
-
|
|
# Add flags for link-time optimization. These flags enable
|
|
# optimizations/transformations that require whole-program visibility at link
|
|
# time, so they need to be applied to all translation units, and we may end up
|
|
--
|
|
2.25.1
|