mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-07-21 21:45:21 +00:00
rename variables
This commit is contained in:
Vendored
+3
-3
@@ -53,9 +53,9 @@ pipeline {
|
||||
}
|
||||
axis {
|
||||
name 'OPT_AND_LTO'
|
||||
values 'OPT_LVL=0 LTO=false',
|
||||
'OPT_LVL=2 LTO=false',
|
||||
'OPT_LVL=3 LTO=true'
|
||||
values 'OPT=0 LTO=false',
|
||||
'OPT=2 LTO=false',
|
||||
'OPT=3 LTO=true'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user