Generate debug information during link with Windows-Clang
Bug: skia: Change-Id: I09c2312c3678bdb1c48b427f446cb5865acb92a2 Reviewed-on: https://skia-review.googlesource.com/c/177074 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
9a1e3a852f
commit
7142ae58cc
@ -427,7 +427,9 @@ config("debug_symbols") {
|
||||
]
|
||||
} else if (is_win) {
|
||||
cflags = [ "/Z7" ]
|
||||
if (!is_clang) {
|
||||
if (is_clang) {
|
||||
ldflags = [ "/DEBUG" ]
|
||||
} else {
|
||||
ldflags = [ "/DEBUG:FASTLINK" ]
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user