Skip to content

Commit

Permalink
disable hardening in grammars builder
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Mar 7, 2022
1 parent 3e529fa commit 9aa026c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grammars.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ let
dontUnpack = true;
dontConfigure = true;

hardeningDisable =
lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ "stackprotector" ];

FLAGS = [
"-I${src}/src"
"-g"
Expand Down

0 comments on commit 9aa026c

Please sign in to comment.