justinpryzby
justinpryzby
How did you install ccache ? My renaming exe workaround was necessary when I installed using chocolatey.
On Wed, Jun 08, 2022 at 01:54:38AM -0700, Joel Rosdahl wrote: > > The documented ways to use ccache are: 1) symlinks to compiler (but symlinks do not work on...
On Fri, Jun 10, 2022 at 11:16:42AM -0700, Joel Rosdahl wrote: > > Note that it did not work to copy the chocolatey "shim" exe. This was very confusing. >...
Thanks. Note that I've started/created: https://github.com/ccache/ccache/wiki/Compiling-with-ccache-and-MS-Visual-Studio Feel free to add to it.
Yes. BTW, i think the CC="ccache cc" way of using ccache doesn't apply to Visual Studio, but can apply to cmake or meson combined with MSVC. However I'm a bit...
Docs seem to say that cl.exe writes to stderr, not stdout. Does it depend on the version or ?? https://docs.microsoft.com/en-us/cpp/build/reference/showincludes-list-include-files?view=msvc-170 > The /showIncludes option emits to stderr, not stdout.
> Reported now. [MicrosoftDocs/cpp-docs#3785](https://github.com/MicrosoftDocs/cpp-docs/issues/3785) It hardly matters, since if they change it, you'd still have to assume that the output could go to either. (without assuming that every user is...
> They won't change it, since that will break existing tools. I reported so they fix the docs. Will you plan to make another version of the patch to check...
Confirmed that this makes building postgres about 2x faster when the cache is empty. Normally that takes ~12 minutes. Since cache misses are so slow (3x-4x slower than without using...
7 years ago, something like this might have worked ? check_postgres.pl --action custom_query -c 90 -w 95 --query "SELECT abs(100*correlation)::int AS result FROM pg_stats WHERE tablename='pg_attribute' AND attname='attname'" --valtype integer...