File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ rustflags = [
2020 " -Clink-args=/NODEFAULTLIB:msvcrt.lib" ,
2121 " -Clink-args=/NODEFAULTLIB:libucrt.lib" ,
2222 " -Clink-args=/DYNAMICBASE" ,
23- " -Clink-args=/CETCOMPAT"
23+ " -Clink-args=/CETCOMPAT" ,
24+ " -Dwarnings"
2425]
2526
2627[target .aarch64-windows-msvc ]
@@ -31,7 +32,8 @@ rustflags = [
3132 " -Clink-args=/NODEFAULTLIB:vcruntime.lib" ,
3233 " -Clink-args=/NODEFAULTLIB:msvcrt.lib" ,
3334 " -Clink-args=/NODEFAULTLIB:libucrt.lib" ,
34- " -Clink-args=/DYNAMICBASE"
35+ " -Clink-args=/DYNAMICBASE" ,
36+ " -Dwarnings"
3537]
3638
3739# The following is only needed for release builds
Original file line number Diff line number Diff line change 2929}
3030
3131$env: RUSTC_LOG = $null
32- $env: RUSTFLAGS = ' -Dwarnings'
3332$usingADO = ($null -ne $env: TF_BUILD )
3433if ($usingADO -or $UseCFSAuth ) {
3534 $UseCFS = $true
You can’t perform that action at this time.
0 commit comments