Skip to content

Commit

Permalink
ub_compile: set default optimization for meson
Browse files Browse the repository at this point in the history
  • Loading branch information
rezso committed Aug 27, 2024
1 parent bd61ff5 commit 13395cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/ub_compile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if [ -f meson.build ]; then
--infodir="/usr/share/info" \
--backend=ninja \
--buildtype=release \
--optimization=2 \
--default-library=shared \
)
for i in "${argx[@]}"; do
Expand Down

0 comments on commit 13395cb

Please sign in to comment.