Skip to content

Commit

Permalink
build: remove redundant meson setup argument.
Browse files Browse the repository at this point in the history
"debugoptimized" build type already sets "optimization" to 2, so we
don't need to set it ourselves.
  • Loading branch information
ericonr committed Oct 4, 2024
1 parent 3f7b3ee commit bb22529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/uhal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit bb22529

Please sign in to comment.