From 3a7d7ff5c55804652b4c23d13470e0bf1af3375d Mon Sep 17 00:00:00 2001 From: Arto Jonsson Date: Tue, 27 Oct 2009 13:37:58 +0200 Subject: [PATCH] Clarify building the project in release mode --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 800a6b6..b5781a6 100644 --- a/INSTALL +++ b/INSTALL @@ -11,9 +11,9 @@ First you need to build the Makefile in either release or debug mode. Release mode is for general program usage and offers the best performance. Debug mode is for debugging Cute Chess. -To build the Makefile in release mode (default): +To build the Makefile in release mode: - $ qmake + $ qmake -config release or in debug mode: -- 2.11.4.GIT