Skip to content

Commit

Permalink
build: Disable LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Oct 18, 2024
1 parent 78b3cf2 commit a99abe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_meson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ meson setup ${_cross_file} \
build_debug

meson setup ${_cross_file} \
-Ddebug=true -Doptimization=s -Db_lto=true \
-Ddebug=true -Doptimization=s \
build_release

meson setup ${_cross_file} \
-Ddebug=true -Doptimization=3 -Db_lto=true \
-Ddebug=true -Doptimization=3 \
build_optimized

0 comments on commit a99abe9

Please sign in to comment.