aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn/BUILD.gn')
-rw-r--r--gn/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index 28b1aec1b7..52c0838737 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -381,7 +381,7 @@ config("debug_symbols") {
]
} else if (is_win) {
cflags = [ "/Z7" ]
- ldflags = [ "/DEBUG" ]
+ ldflags = [ "/DEBUG:FASTLINK" ]
} else {
cflags = [ "-g" ]
}