mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-25 23:16:16 +01:00
Merge bitcoin/bitcoin#33304: depends: strip when installing qt binaries
c9d5f211c1depends: strip when installing qt (fanquake) Pull request description: Otherwise we end up with ~1.5GB of binaries (Linux) when `DEBUG=1`. This isn't great generally, but is worse in the CI, where disk may be limited (#33293). ACKs for top commit: TheCharlatan: ACKc9d5f211c1hebasto: ACKc9d5f211c1. Tree-SHA512: bf83e0d8c41c64aaa6d841e24c4f25bbe33034ae54a32f34ca14aca59eaa1a004809d48acf171414ed43b99f7d3d1f4b973aee0b272475bd7cc2ca708718b8da
This commit is contained in:
@@ -147,7 +147,7 @@ define $(package)_build_cmds
|
||||
endef
|
||||
|
||||
define $(package)_stage_cmds
|
||||
cmake --install . --prefix $($(package)_staging_prefix_dir)
|
||||
cmake --install . --prefix $($(package)_staging_prefix_dir) --strip
|
||||
endef
|
||||
|
||||
define $(package)_postprocess_cmds
|
||||
|
||||
@@ -278,7 +278,7 @@ define $(package)_build_cmds
|
||||
endef
|
||||
|
||||
define $(package)_stage_cmds
|
||||
cmake --install . --prefix $($(package)_staging_prefix_dir)
|
||||
cmake --install . --prefix $($(package)_staging_prefix_dir) --strip
|
||||
endef
|
||||
|
||||
define $(package)_postprocess_cmds
|
||||
|
||||
Reference in New Issue
Block a user