Commit 2069c4e
build: disable libstdc++ debug containers globally
Different parts of the debug build were using differently sized
std::vectors due to `_GLIBCXX_DEBUG` sometimes being defined and
sometimes not. That ended about as well as you would expect.
Remove the flag.
Fixes: #30056
PR-URL: #30147
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>1 parent 435341a commit 2069c4eCopy full SHA for 2069c4e
File tree
Expand file treeCollapse file tree
2 files changed
+0
-12
lines changedOpen diff view settings
Filter options
- tools/v8_gypfiles
Expand file treeCollapse file tree
2 files changed
+0
-12
lines changedOpen diff view settings
Collapse file
-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
34 | | - |
35 | | - |
36 | | - |
37 | 33 | |
38 | 34 | |
39 | 35 | |
|
Collapse file
tools/v8_gypfiles/toolchain.gypi
Copy file name to clipboardExpand all lines: tools/v8_gypfiles/toolchain.gypi-8Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | | - |
68 | | - |
69 | | - |
70 | 67 | |
71 | 68 | |
72 | 69 | |
| ||
1167 | 1164 | |
1168 | 1165 | |
1169 | 1166 | |
1170 | | - |
1171 | | - |
1172 | | - |
1173 | | - |
1174 | | - |
1175 | 1167 | |
1176 | 1168 | |
1177 | 1169 | |
|
0 commit comments