mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
nix-shell: Disable gcc hardening to be able to build toolchain
Currently, if building under `nix-shell Toolchain`, serenityOS' gcc won't build because of hardening options added in nix, more specifically the breaking format-security.
This commit is contained in:
parent
13e44ab035
commit
aa3e13b707
Notes:
sideshowbarker
2024-07-17 02:37:08 +09:00
Author: https://github.com/kristofferkoch 🔰 Commit: https://github.com/SerenityOS/serenity/commit/aa3e13b707 Pull-request: https://github.com/SerenityOS/serenity/pull/24007 Reviewed-by: https://github.com/ADKaster
1 changed files with 1 additions and 0 deletions
|
@ -27,4 +27,5 @@ mkShell.override { stdenv = gcc13Stdenv; } {
|
|||
qemu
|
||||
python3
|
||||
];
|
||||
hardeningDisable = [ "format" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue