mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
more packages and testing libc
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# variables used externally
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
# complete clean before building
|
||||
# clean build directories before building
|
||||
CLEAN=true
|
||||
# enable link time optimization
|
||||
LTO=false
|
||||
@@ -11,7 +11,7 @@ LTO=false
|
||||
OPT_LVL=0
|
||||
# static or shared build
|
||||
STATIC=true
|
||||
# CPU type (x86_v{1,2,3}...)
|
||||
# CPU type (amd64/v{1,2,3}...)
|
||||
CPU=native
|
||||
# architecture type
|
||||
ARCH=native
|
||||
|
||||
Reference in New Issue
Block a user