-
This issue was originally created at: 2009-09-23 12:43:58.
This issue was reported by: `overmind`.
>overmind said at 2009-09-23 12:43:58
The basic SCons package supports only the MSVC precompiled…
-
This issue was originally created at: 2006-04-12 08:12:37.
This issue was reported by: `weirdfox`.
>weirdfox said at 2006-04-12 08:12:37
As PCH are supported for VisualStudio's project, it would …
-
CMake targets using `target_precompile_headers` cause errors if they haven't been built before:
```
[103/126] "/home/ruben/workspace/mysql/test/integration/test/connection_pool.cpp"
error: unable…
-
This issue was originally created at: 2007-10-25 06:37:51.
This issue was reported by: `savardc`.
>savardc said at 2007-10-25 06:37:51
[*Editorial: request to add PCH for Intel compilers, as of 2…
-
What I've noticed from building Cortex over and over is that it takes way too long! What I propose is having a Precompiled.h (or stdafx.h) and place includes that are commonly used through the library…
-
## Summary
Clang supports RISC-V vector intrinsics (`#include `), but fails to compile them when precompiled headers (PCH) are being used. This affects [clangd](https://github.com/clangd/clangd/iss…
-
Is this supported in build2? Also what about unity builds? Thanks.
-
```
$ cat clang/test/Frontend/a.cpp
// RUN: %clang -xcuda -nocudainc --cuda-host-only -fsyntax-only -Xclang -emit-pch -std=gnu++20 %s > %t.pch
// RUN: %clang -xcuda -nocudainc --cuda-host-only -fsy…
-
### Please mark appropriate
- [+] rtags (rdm/rc/rp)
- Emacs Lisp
- [ ] ac-rtags.el
- [ ] company-rtags.el
- [ ] helm-rtags.el
- [ ] flycheck-rtags.el
- [ ] ivy-rtags.el
- […
-
Compilation takes way too long especially if multiple files dealing with the CImg library have to be recompiled.