Skip to content

Commit bfcfa53

Browse files
committed
Revert "[gn build] [win] produce symbolized stack frames in release builds too"
This reverts commit fd98ecc. Seems to have no effect, need to try it locally for a bit first.
1 parent 5114d55 commit bfcfa53

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

llvm/utils/gn/build/BUILD.gn

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,8 @@ config("compiler_defaults") {
5555
"/Zi",
5656
"/FS",
5757
]
58+
ldflags += [ "/DEBUG" ]
5859
}
59-
60-
# Always ask the linker for a pdb. If the .obj files don't contain debug
61-
# info, this will produce enough for function names in backtraces, and
62-
# it doesn't slow down linking much.
63-
ldflags += [ "/DEBUG" ]
64-
6560
if (is_optimized) {
6661
cflags += [
6762
"/O2",

0 commit comments

Comments
 (0)