diff --git a/ci/build-freebsd.sh b/ci/build-freebsd.sh index c393fb25fee32..e272ef6774267 100755 --- a/ci/build-freebsd.sh +++ b/ci/build-freebsd.sh @@ -9,7 +9,7 @@ export LDFLAGS="$LDFLAGS -L/usr/local/lib" meson setup build \ --werror \ - -Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \ + -Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations -march=native" \ -Diconv=disabled \ -Dlibmpv=true \ -Dlua=enabled \