mirror of https://github.com/bitcoin/bitcoin.git
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…
Reference in New Issue