mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
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:
committed by
GitHub
parent
514022807a
commit
7790f9c99f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user