Revert "[gn build] [win] produce symbolized stack frames in release builds too"

This reverts commit fd98eccf98.
Seems to have no effect, need to try it locally for a bit first.
This commit is contained in:
Nico Weber 2020-01-22 12:54:19 -05:00
parent 5114d55dde
commit bfcfa53c3d
1 changed files with 1 additions and 6 deletions

View File

@ -55,13 +55,8 @@ config("compiler_defaults") {
"/Zi",
"/FS",
]
ldflags += [ "/DEBUG" ]
}
# Always ask the linker for a pdb. If the .obj files don't contain debug
# info, this will produce enough for function names in backtraces, and
# it doesn't slow down linking much.
ldflags += [ "/DEBUG" ]
if (is_optimized) {
cflags += [
"/O2",