From 09d020cca3020e4051cc2329d60d598af26a9806 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Tue, 23 Jan 2018 01:29:43 +0100 Subject: [PATCH] Added -DWITH_BENCHFUN to build-rawtherapee --- tools/build-rawtherapee | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build-rawtherapee b/tools/build-rawtherapee index 5c13df061..3b994b670 100755 --- a/tools/build-rawtherapee +++ b/tools/build-rawtherapee @@ -137,6 +137,7 @@ cmake \ -DWITH_PROF="OFF" \ -DWITH_SAN="OFF" \ -DWITH_SYSTEM_KLT="OFF" \ + -DWITH_BENCHFUN="OFF" \ "$HOME/programs/code-${prog}" || exit 1 make --jobs="$cpuCount" install || exit 1