Skip to content

Commit

Permalink
svt-av1: enable link-time-optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCroughan authored and wegank committed Sep 10, 2023
1 parent 76a85de commit 66f97d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/video/svt-av1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ stdenv.mkDerivation (finalAttrs: {
nasm
];

cmakeFlags = [
"-DSVT_AV1_LTO=ON"
];

passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
Expand Down

0 comments on commit 66f97d6

Please sign in to comment.