File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ template("msvc_toolchain") {
94
94
# TODO(brettw) enable this when GN support in the binary has been rolled.
95
95
# precompiled_header_type = "msvc"
96
96
pdbname = " {{target_out_dir}}/{{target_output_name}}_c.pdb"
97
- command = " ninja -t msvc -e $env -- $cl /nologo /showIncludes /FC @$rspfile /c {{source}} /Fo{{output}} /Fd$pdbname "
97
+ command = " ninja -t msvc -e $env -- $cl /nologo /showIncludes @$rspfile /c {{source}} /Fo{{output}} /Fd$pdbname "
98
98
depsformat = " msvc"
99
99
description = " CC {{output}}"
100
100
outputs = [
@@ -115,7 +115,7 @@ template("msvc_toolchain") {
115
115
if (is_clang && invoker .current_cpu == " x86" ) {
116
116
flags = " -m32"
117
117
}
118
- command = " ninja -t msvc -e $env -- $cl $flags /nologo /showIncludes /FC @$rspfile /c {{source}} /Fo{{output}} /Fd$pdbname "
118
+ command = " ninja -t msvc -e $env -- $cl $flags /nologo /showIncludes @$rspfile /c {{source}} /Fo{{output}} /Fd$pdbname "
119
119
depsformat = " msvc"
120
120
description = " CXX {{output}}"
121
121
outputs = [
You can’t perform that action at this time.
0 commit comments