Skip to content

Commit

Permalink
BUILD: Remove AR hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
3541 committed May 24, 2022
1 parent 55c5b60 commit 858114e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions meson_configure
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ BASE=$(dirname $(readlink -f "$0"))

rm -rf build

if command -v nix > /dev/null; then
# Nix sets AR=ar, which breaks LTO.
AR=
fi

meson build/debug --buildtype=debug -Db_coverage=true $@
if command -v clang &> /dev/null; then
meson build/debug_clang --native-file="$BASE/meson/clang.ini" --buildtype=debug -Db_coverage=true $@
Expand Down

0 comments on commit 858114e

Please sign in to comment.