Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2020-03-18 03:16:59 +0300
committerGitHub <noreply@github.com>2020-03-18 03:16:59 +0300
commitef718368e970fe05b2f0e121a066aef56fed6bad (patch)
tree7519f620e6120139755d33cc8df36af8d4898b1f /src/coreclr/build-runtime.sh
parent63c192d09504a55ad10e36ee4d6eb22716bc4b45 (diff)
Disable warnings-as-errors for release branches (#33664)
Fixes #33627
Diffstat (limited to 'src/coreclr/build-runtime.sh')
-rwxr-xr-xsrc/coreclr/build-runtime.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/coreclr/build-runtime.sh b/src/coreclr/build-runtime.sh
index 0de4a51ce5f..b22383cfaa7 100755
--- a/src/coreclr/build-runtime.sh
+++ b/src/coreclr/build-runtime.sh
@@ -105,11 +105,6 @@ build_cross_architecture_components()
handle_arguments_local() {
case "$1" in
- ignorewarnings|-ignorewarnings)
- __IgnoreWarnings=1
- __CMakeArgs="-DCLR_CMAKE_WARNINGS_ARE_ERRORS=OFF $__CMakeArgs"
- ;;
-
nopgooptimize|-nopgooptimize)
__PgoOptimize=0
__SkipRestoreOptData=1
@@ -149,7 +144,6 @@ __RepoRootDir="$(cd "$__ProjectRoot"/../..; pwd -P)"
__BuildArch=
__BuildType=Debug
__CodeCoverage=0
-__IgnoreWarnings=0
# Set the various build properties here so that CMake and MSBuild can pick them up
__Compiler=clang