cotire
cotire copied to clipboard
CMake module to speed up builds.
When using `pkg_check_modules`, `CMAKE_MINIMUM_REQUIRED_VERSION` must be set greater than or equal to `3.1` to allow cmake to automatically add `CMAKE_PREFIX_PATH` to `PKG_CONFIG_PATH` so that `pkg-config` can be called to find...
The new clang command line parameter added for Cotire 1.8.0: -fno-pch-timestamp is not supported on my version of AppleClang 8.0.0. I've guarded it with if (APPLE) as a workaround for...
as the title , we meet this problem , below ,we will make a example to explain what i meet . In my CMakeLists, we had build three target ,...
* Affected generator expressions are replaced through the global variable value and a corresponding STREQUAL generator expression. * Closes sakra/cotire#135 **This needs some proper testing!**
CMake 3.16 provides new support for pre-compiled headers: - The “target_precompile_headers()” command was added to specify a list of headers to precompile for faster compilation times. - The “UNITY_BUILD” target...
Like the title says when using `MSVC` The Cotired target has warning level `/W1` Even though original target had `/W4`
I tried on the test code but got abnormal result: - using cotire, it cost me 0.7s on average - disabling cotire, it cost me 0.4s on average I wonder...
I run into a problem which I wasn't able to reduce yet. I'm using boost spirit and boost.test. The error rises: [ 62%] Building CXX precompiled header sources/...._parser_CXX_prefix.hxx.gch In file...
CMake 3.12 / Visual Studio - cotire stops custom build rules (Qt moc file creation) from being run
We use qt5_wrap_cpp manually instead of AUTOMOC, and add the resulting moc files to our build target as part of the add_library command: add_library(BLAH_LIB ) we then cotire(BLAH_LIB) This approach...
Using clang in msys2 works the same as on linux, doesn’t it? So why is it telling me to »use clang-cl instead«?