forked from OSchip/llvm-project
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:
parent
5114d55dde
commit
bfcfa53c3d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue