Skip to content

Commit 63d0a07

Browse files
committed
build: dont compile rapidcheck with -Wall
1 parent 2cbcc55 commit 63d0a07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

depends/packages/rapidcheck.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ define $(package)_config_cmds
88
cmake -DCMAKE_INSTALL_PREFIX=$($(package)_staging_dir)$(host_prefix) -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true -DRC_INSTALL_ALL_EXTRAS=ON
99
endef
1010

11+
define $(package)_preprocess_cmds
12+
sed -i.old 's/ -Wall//' CMakeLists.txt
13+
endef
14+
1115
define $(package)_build_cmds
1216
$(MAKE) rapidcheck
1317
endef

0 commit comments

Comments
 (0)