Merge pull request #228556 from MatthewCroughan/mc/svt-av1-lto

svt-av1: enable link-time-optimization
This commit is contained in:
Weijia Wang
2023-09-11 16:45:54 +02:00
committed by GitHub
+4
View File
@@ -22,6 +22,10 @@ stdenv.mkDerivation (finalAttrs: {
nasm
];
cmakeFlags = [
"-DSVT_AV1_LTO=ON"
];
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};