X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.cmake;h=e0e7afde4cb740ee5ae1e4e20e8ef36ce42c91d7;hb=9b03680ab58e27c3fdcfd1f45a3aa03574f48adf;hp=5d4ed1c2cb69139367c8699a9be38dda1c4eb058;hpb=b3d43404f4649e1a5539f1a819a07f8ae16fad7f;p=lyx.git diff --git a/INSTALL.cmake b/INSTALL.cmake index 5d4ed1c2cb..e0e7afde4c 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -171,6 +171,7 @@ Build options # GCC specific -- LYX_PROFILE = OFF : Build with options for gprof + -- LYX_EXTERNAL_BOOST = OFF : Use external boost -- LYX_PROGRAM_SUFFIX = ON : Append version suffix to binaries -- LYX_DEBUG_GLIBC = OFF : Enable libstdc++ debug mode -- LYX_DEBUG_GLIBC_PEDANTIC = OFF : Enable libstdc++ pedantic debug mode @@ -243,7 +244,7 @@ Visual Studio C++ * for the 'Debug' and 'Release' build all precompiled headers are enabled to compile without pch (non file merge mode) This could be used to check if all necessary headers are included. - * use 'MinSizeRel' which only precompiles the STL headers + * use 'MinSizeRel' which only precompiles the STL and Boost headers * use 'RelWithDebInfo' which does not use any precompiled headers