Feature #97
Support Precompiled Headers
| Status: | New | Start: | 09/12/2009 | |
| Priority: | Low | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Build-Scripts | |||
| Target version: | 1.0 | |||
Description
Precompiled Headers can give a drastic boost to the build time. Since GCC supports them we should provide them. Currently CMake does not support it, though ( http://www.cmake.org/Bug/view.php?id=1260 (note: see comments and attached files)). But there are some crude hacks available ( http://www.mail-archive.com/cmake@cmake.org/msg04394.html, http://www.cmake.org/Bug/file_download.php?file_id=1458&type=bug ).
History
Updated by Aristid Breitkreuz 362 days ago
Only ever as an option. I won't use it, because I don't trust pre-compiled headers.