llvm & gcc packaging: do not run strip and shrink a second time (#8678)

* llvm packaging: do not run strip and shrink a second time

* also do not shrink or strip in gcc
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2023-09-20 23:28:52 -04:00
committed by GitHub
parent 514022807a
commit 7790f9c99f
4 changed files with 8 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ class Gcc_dev < Package
depends_on 'mpfr' # R
depends_on 'zlibpkg' # R
depends_on 'zstd' # R
no_shrink
no_strip
def self.install
puts 'Installing Gcc_build to pull files for build...'.lightblue