We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c13137 commit 45f422dCopy full SHA for 45f422d
docker/appimage.env
@@ -3,6 +3,10 @@ export CV_VERSION=2.4.13.7
3
export INSTALL_SUDO=sudo
4
export SYSTEM_INCLUDE_PATH=/usr/include
5
6
+# require AVX2 and prevent runner native arch from being used
7
+export CXXFLAGS="-march=x86-64-v3"
8
+export CFLAGS="-march=x86-64-v3"
9
+
10
FFMPEG_OPTIONS=$(cat <<EOF
11
--enable-ffplay
12
--enable-libfontconfig
0 commit comments