gcc: Disable upx (#11801)

Signed-off-by: SupeChicken666 <me@supechicken666.dev>
Co-authored-by: Ed Reel <edreel@gmail.com>
This commit is contained in:
SupeChicken666
2025-04-22 23:25:29 +08:00
committed by GitHub
parent a484f9cc05
commit 55222e837d

View File

@@ -49,6 +49,7 @@ class Gcc_build < Package
depends_on 'zlib' # R
depends_on 'zstd' # R
no_shrink
no_env_options
@gcc_version = version.split('-')[0].partition('.')[0]