mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Andrew Kaster
parent
13e44ab035
commit
aa3e13b707
@@ -27,4 +27,5 @@ mkShell.override { stdenv = gcc13Stdenv; } {
|
||||
qemu
|
||||
python3
|
||||
];
|
||||
hardeningDisable = [ "format" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user