-
In case the compile-time impact is high, how does this change compare to enabling LTO in the build? What I remember from Tofino days, we had rather significant speedup by enabling LTO, presumably exac…
-
I'm seeing this on MacOS and Linux with 0.31.1
```
iex(3)> Vix.Vips.Image.supported_saver_suffixes()
{:ok,
[".avif", ".heif", ".heic", ".tiff", ".tif", ".webp", ".jfif", ".jpe", ".jpeg",
".j…
-
## Is your feature request related to a problem? Please describe.
At the moment `neotest` allows contract compilation from source code. However, in some cases, it would be useful to load a contra…
-
I noticed that precompilation between parallel Julia processes, which worked really well since Julia 1.10, has slowed down massively with the release of Julia 1.11. The console output suggests that th…
-
By default, MacOS won't open an app that is not signed correctly.
It could be nice to have a signature so as to make Browserino ready-to-use out of the box.
(in the meantime, i'll allow it to r…
-
I'm getting, Missing precompiled manifest for 'VRM4U', 'C:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\VRM4U\Intermediate\Build\Win64\UnrealGame\Shipping\VRM4U\VRM4U.precompiled'. This …
-
Hi there!
How can we enable `precompiled_binaries` so that we don't need to build from scratch every time locally? I also noticed you've set it to always rebuild in release mode, but it should be p…
-
Are precompiled binaries no longer available for Capstone?
The [documentation says](https://www.capstone-engine.org/documentation.html#3-precompiled-binaries-----) that precompiled binaries are ava…
-
Implement test suites: AdHocPrecompiledQueryRelationalTestBase, PrecompiledQueryRelationalTestBase, PrecompiledSqlPregenerationQueryRelationalTestBase.
-
So macOS clang seems to have left out multiarch support for precompiled headers. So I split out our arch specifications as such, and compiled each pch for each arch. I've left the trailing backslas…