Skip to content

Commit 3d5ae86

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
remove rustflags from helpers module
1 parent 1ae176d commit 3d5ae86

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.helpers.psm1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -750,9 +750,6 @@ function Set-RustEnvironment {
750750
Write-Verbose "Caching current rust environment variables..."
751751
[hashtable]$currentRustEnvironment = Get-RustEnvironment
752752

753-
Write-Verbose "Setting RUSTFLAGS to '-Dwarnings'"
754-
$env:RUSTFLAGS='-Dwarnings'
755-
756753
if ($VerbosePreference -eq 'Continue') {
757754
Write-Verbose "Running verbose, setting RUSTC_LOG "
758755
# $env:RUSTC_LOG='rustc_codegen_ssa::back::link=info'

0 commit comments

Comments
 (0)