From: Jochen Topf Date: Thu, 27 Aug 2020 07:33:13 +0000 (+0200) Subject: Build taginfo tools in release mode X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/d4ef2dc69ac28996893878b90b815e1e5f20fcfd Build taginfo tools in release mode --- 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]"