mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
build: dont compile rapidcheck with -Wall
This commit is contained in:
parent
2cbcc55ba6
commit
63d0a079e0
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ define $(package)_config_cmds
|
|||
cmake -DCMAKE_INSTALL_PREFIX=$($(package)_staging_dir)$(host_prefix) -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true -DRC_INSTALL_ALL_EXTRAS=ON
|
||||
endef
|
||||
|
||||
define $(package)_preprocess_cmds
|
||||
sed -i.old 's/ -Wall//' CMakeLists.txt
|
||||
endef
|
||||
|
||||
define $(package)_build_cmds
|
||||
$(MAKE) rapidcheck
|
||||
endef
|
||||
|
|
Loading…
Add table
Reference in a new issue