0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Merge pull request #317024 from risicle/ris-zerocallusedregs-default-relnotes

nixos/doc/rl-2411: `zerocallusedregs` hardening flag enabled by default
This commit is contained in:
Thomas Gerbet 2024-06-04 12:55:27 +02:00 committed by GitHub
commit 71ac0e5f22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,8 @@
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
- The `zerocallusedregs` hardening flag is enabled by default on compilers that support it.
- To facilitate dependency injection, the `imgui` package now builds a static archive using vcpkg' CMake rules.
The derivation now installs "impl" headers selectively instead of by a wildcard.
Use `imgui.src` if you just want to access the unpacked sources.