Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Reorganize meson options
Browse files Browse the repository at this point in the history
  • Loading branch information
batden committed Mar 14, 2023
1 parent b5b5145 commit 0f8bc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esteem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ rebuild_optim() {
ninja -C build || mng_err
else
sudo chown $USER build/.ninja*
meson seutp --reconfigure build -Dbuildtype=release \
meson setup --reconfigure build -Dbuildtype=release \
-Dnative-arch-optimization=true \
-Dharfbuzz=true \
-Dlua-interpreter=lua \
Expand Down Expand Up @@ -477,7 +477,7 @@ rebuild_wld() {
$REBASEF && git pull
echo
sudo chown $USER build/.ninja*
meson --reconfigure build -Dbuildtype=release \
meson setup --reconfigure build -Dbuildtype=release \
-Dexample=false
ninja -C build
$SNIN
Expand Down

0 comments on commit 0f8bc74

Please sign in to comment.