Merge pull request #228556 from MatthewCroughan/mc/svt-av1-lto
svt-av1: enable link-time-optimization
This commit is contained in:
@@ -22,6 +22,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nasm
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DSVT_AV1_LTO=ON"
|
||||
];
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
rev-prefix = "v";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user