mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
fi
This commit is contained in:
@@ -23,8 +23,6 @@ export COMP_FLAGS=""
|
|||||||
if [[ "$ARCH" == "x86_64" ]]
|
if [[ "$ARCH" == "x86_64" ]]
|
||||||
then
|
then
|
||||||
COMP_FLAGS="-march=native"
|
COMP_FLAGS="-march=native"
|
||||||
elif [[ "$ARCH" == "riscv64" ]]
|
|
||||||
COMP_FLAGS="-march=rv64"
|
|
||||||
fi
|
fi
|
||||||
echo "COMP_FLAGS: $COMP_FLAGS"
|
echo "COMP_FLAGS: $COMP_FLAGS"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user