Skip to content

Commit

Permalink
clang_15: mark hardeningUnsupportedFlags fortify3
Browse files Browse the repository at this point in the history
Port of 74ea4fe ("llvm*Packages.clang: mark
hardeningUnsupportedFlags fortify3").
  • Loading branch information
alyssais committed Feb 28, 2023
1 parent fc9356c commit ed209e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/compilers/llvm/15/clang/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ let
'';

passthru = {
isClang = true;
inherit libllvm;
isClang = true;
hardeningUnsupportedFlags = [ "fortify3" ];
};

meta = llvm_meta // {
Expand Down

0 comments on commit ed209e6

Please sign in to comment.