mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-17 17:02:43 +00:00
depends: strip when installing qt
Otherwise we end up with ~1.5GB of binaries (Linux) when DEBUG=1..
This commit is contained in:
parent
2562fe1b2b
commit
c9d5f211c1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user