-
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)…
-
### What happens?
If you try using `linuxPackages_cachyos-lto` while `nixpkgs.config.allowAliases = false`, you'll get this error message:
```
error: evaluation aborted with the following error mes…
-
I have compiled this chromium version with `-flto=thin` therefore enabling CFI. However, it fails on launch and the terminal gives me this output:
```
chromium
[14555:14591:1127/154115.622105:ERR…
-
Hello, as NEON optimization improved of commit for up to 49cb3f542462f8640dc69675668fec07b9955535 and 2f25b8a8a00dc04fde99120ed9f062dd6f6a4fa3 may cause issue build error only for Android architecture…
-
Building glib 2.82.2 with meson 1.6, with `--default-library both` specified during configuration, fails. This could be reproduced both on ArchLinux and eweOS[1].
On ArchLinux, the failure looks li…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. Correct the flag handling for `enableLto`, either manually or with #339619
2. `nix build -L .#opencv`
### Build log
Full log:
…
-
Hi!
I noticed that in the `Cargo.toml` for the Rust `cfonts` version file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size…
-
Please prepare special debug version of the latest release of the browser,
with "Link time Code Generation" disabled.
So functions code, which not defined in header files, will not be inlined one …
-
After recent clang changes, now LTO is possible for clang with `-flto=thin` via custom_build_options and `--enable-lto=thin` for ffmpeg
Also x264 needs `--enable-lto` since it has linking errors beca…
-
I tried to use the new -ffat-lto-objects feature from clang & lld 18, and it did seem that it was working (in flto full I was linking with a similar time as for lto thin, and lto thin links at the spe…