From 1b56c1fbebbd171ce7d0d00e445e8e890910fbd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Fri, 19 Jan 2007 20:32:55 +0000 Subject: [PATCH] update git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16768 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/README.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/development/cmake/README.cmake b/development/cmake/README.cmake index 74a13018dd..efad3a7f6b 100644 --- a/development/cmake/README.cmake +++ b/development/cmake/README.cmake @@ -33,10 +33,10 @@ Building Visual C++ 2005 project files: TIPS: - rename Microsoft Visual Studio 8\VC\vcpackages\feacp.dll to disable Intellisense - the Release build links much faster - - for the Debug and Release build all precompiled headers are enabled + - for the 'Debug' and 'Release' build all precompiled headers are enabled to compile without pch (to check if all necessary headers are included) - * use MinSizeRel which only precompiles the STL and Boost headers - * use RelWithDebInfo which does not use any precompiled headers + * use 'MinSizeRel' which only precompiles the STL and Boost headers + * use 'RelWithDebInfo' which does not use any precompiled headers Building with GCC/Linux: -- 2.39.5