Remove -stripsymbols option from build scripts (#34076)
authorAdeel Mujahid <adeelbm@outlook.com>
Wed, 25 Mar 2020 22:35:21 +0000 (00:35 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 22:35:21 +0000 (23:35 +0100)
commit6eedf8e4b9b19265272bf25b56b9eb22c4b77944
treeb4f7aa3ca17a9aaf77274ceb1ae3cb097a0d2a82
parentc64210e5e7b1707522d3d3cf3922579bf4e67944
Remove -stripsymbols option from build scripts (#34076)

Symbol stripping is on by default in cmake scripts. This cleans up the remaining places where the no-op `-stripsymbols` option is passed from shell scripts via `.proj` files.

Fixes #32957
eng/build.sh
eng/native/build-commons.sh
eng/pipelines/installer/jobs/base-job.yml
src/coreclr/runtime.proj
src/installer/corehost/build.proj
src/libraries/Native/build-native.proj
tools-local/scripts/dev/master-build-deb-rpm-docker.sh