mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16768 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2de99bed22
commit
1b56c1fbeb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user