-
Using the `add_subdirectory` function in cmake to include a project using a precompiled header will work with VS/MSBuild generators, but the NMake generator will not detect its output binaries and wil…
-
Allow precompiled headers to be used when compiling C++, to make the build faster.
-
Precompiled headers can reduce compilation time. It works like object files for cpp files. In special cases, templates should be accelerated because a compiled version of the generic template is store…
-
**Is your feature request related to a problem? Please describe.**
Most (at least a large chunk of) C++ code base uses CMake as the build system (generator). So far my projects uses my own script t…
-
I have an envoy configuration which contains 3 filters:
- An ext_authz filter which returns a 4xx status code
- A Lua filter
- A wasm filter
Something like this
```
- name: envoy…
-
builds are too slow. probably due to extensive use of the stl.
add precompiled headers.
-
With regard to https://boostorg.github.io/build/manual/master/index.html#bbv2.reference.precompiled_headers
clang has supported its own kind of pre-compiled headers. Should this documentation be u…
-
For anyone trying to load precompiled templates from typescript (for sending an email for instance):
1. You have to precompile with the **-c** option: ` handlebars templates/*.handlebars -f templat…
-
### What happened?
PCH target fails to compile under windows
It looks like the Boost include directory is not added to the `common-precompiled-headers` target, so it can be necessary to add `Boost…
-
Some recent commit broke it (less than 2 weeks ago).
It builds fine w/o `-Ppch` flag.
```
$ ./gradlew -Ppch assembleFdroidDebug
[...]
CMake Error at cmake/OmimHelpers.cmake:199 (file):
…