mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-27 17:49:37 +01:00
depends: strip when installing qt
Otherwise we end up with ~1.5GB of binaries (Linux) when DEBUG=1..
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