From bb225296961acc8d83c7d7061b3af0c9b2f3c863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Fri, 4 Oct 2024 14:02:23 -0300 Subject: [PATCH] build: remove redundant meson setup argument. "debugoptimized" build type already sets "optimization" to 2, so we don't need to set it ourselves. --- build/uhal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/uhal.sh b/build/uhal.sh index 6512150..64972e4 100755 --- a/build/uhal.sh +++ b/build/uhal.sh @@ -14,7 +14,7 @@ cd /tmp/uhal git checkout $UHAL_VERSION if [ ! -d build/ ]; then - LDFLAGS=-static meson setup --buildtype debugoptimized --optimization 2 -Dpcie_opt=true build/ + LDFLAGS=-static meson setup --buildtype debugoptimized -Dpcie_opt=true build/ fi samu -C build/