| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 9202fd0abff3024778867f35b607ea9543e71864..9d651ad27157f85f6aa0d723bf677abf284e614a 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -1580,12 +1580,7 @@
|
| # Full symbols.
|
| config("symbols") {
|
| if (is_win) {
|
| - if (use_goma) {
|
| - # Note that this requires is_win_fastlink, enforced elsewhere.
|
| - cflags = [ "/Z7" ] # Debug information in the .obj files.
|
| - } else {
|
| - cflags = [ "/Zi" ] # Produce PDB file, no edit and continue.
|
| - }
|
| + cflags = [ "/Zi" ] # Produce PDB file, no edit and continue.
|
|
|
| if (is_win_fastlink) {
|
| # Tell VS 2015+ to create a PDB that references debug
|
|
|