From d4ef2dc69ac28996893878b90b815e1e5f20fcfd Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Thu, 27 Aug 2020 09:33:13 +0200 Subject: [PATCH] Build taginfo tools in release mode --- cookbooks/taginfo/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index cba2f6890..c63b8707c 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -119,7 +119,7 @@ node[:taginfo][:sites].each do |site| user "taginfo" group "taginfo" cwd "#{directory}/build" - command "cmake #{directory}/taginfo-tools && make" + command "cmake #{directory}/taginfo-tools -DCMAKE_BUILD_TYPE=Release && make" subscribes :run, "apt_package[libprotozero-dev]" subscribes :run, "apt_package[libosmium2-dev]" subscribes :run, "git[#{directory}/taginfo-tools]" -- 2.39.5