-
Hi!
I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have)…
-
I tried adding Link Time Optimization by adding `'-flto'` to CCFLAGS and LINKFLAGS in `src/SConscript`, it results in compiler warnings and eventually errors:
[libalm_gcc_lto_warnings_errors.txt](htt…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR37532](https://bugs.llvm.org/show_bug.cgi?id=37532) |
| Status | CONFIRMED |
| Importance | P norm…
-
Hi,
I'm using Yocto kirkstone with chromium (master) branch and getting below compilation issues.
5615.165-r0=/usr/src/debug/chromium-ozone-wayland/112.0.5615.165-r0 -fdebug-p…
-
While working on reproducible builds for openSUSE, I found that
various rust packages produced different binaries in every build,
even when trying to run builds as similar as possible.
versions:
…
-
Hi!
I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have)…
-
There is a great [article](https://llvm.org/docs/HowToBuildWithPGO.html) in the official LLVM documentation "How to build Clang and LLVM with Profile-Guided Optimization".
I suggest adding an addit…
-
Getting kernel panic from CFI with this driver when plugging in a Wi-Fi adapter in device and trying to turn on monitor mode.
Keep in mind **we can't ignore these config flags** as it's a samsung…
-
Incremental builds with LTO (`thin` or `fat`) always take the same amount of time (~10s on [my project](https://github.com/fenollp/reMarkable-tools/tree/730e3fc2c100a713abdeebeb434a9d86aa2a48cc/maraud…
-
Hi!
I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have)…