From 2cd64f798c0ee48385466509e93a197ff2ecc464 Mon Sep 17 00:00:00 2001 From: "Gyurk? M. 'dualon' D?vid" Date: Sat, 4 Dec 2010 01:33:36 +0100 Subject: [PATCH] Compile as a release version for better performance (default is debug mode). --- COMPILE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILE.txt b/COMPILE.txt index 08ba4ae59..2db2819b0 100644 --- a/COMPILE.txt +++ b/COMPILE.txt @@ -45,7 +45,7 @@ Linux Compile: - Enter the root directory of the RawTherapee source tree - - Type: cmake -DCMAKE_INSTALL_PREFIX=./release -DBINDIR=. -DDATADIR=. -DLIBDIR=. + - Type: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./release -DBINDIR=. -DDATADIR=. -DLIBDIR=. - Type: make install - You find the compiled program in the release directory (you can copy it anywhere you want)