From 65534064b50fdd06543af97d9d91f1e0a2a878fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Mon, 1 Jan 2024 21:50:44 +0100 Subject: [PATCH] ci --- ci/build-freebsd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build-freebsd.sh b/ci/build-freebsd.sh index c393fb25fee32..dd69d0714bf59 100755 --- a/ci/build-freebsd.sh +++ b/ci/build-freebsd.sh @@ -10,6 +10,7 @@ export LDFLAGS="$LDFLAGS -L/usr/local/lib" meson setup build \ --werror \ -Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \ + -Db_sanitize=address,undefined \ -Diconv=disabled \ -Dlibmpv=true \ -Dlua=enabled \