We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961b052 commit b35b629Copy full SHA for b35b629
llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
@@ -68,6 +68,7 @@ if (current_toolchain == host_toolchain) {
68
if (current_os != "win") {
69
cflags += [ "-ftls-model=initial-exec" ]
70
} else {
71
+ cflags += [ "/MD" ]
72
ldflags = [ "/OPT:NOICF" ]
73
}
74
0 commit comments