Skip to content

Commit

Permalink
Un-debugify m2w64-boost
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Jun 6, 2019
1 parent 61bf463 commit fe6fc34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions msys2/m2w64-boost/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ package() {
;;
esac

if check_option "debug" "y"; then
local variant=debug
else
# if check_option "debug" "y"; then
# local variant=debug
# else
local variant=release
fi
# fi

./b2 \
address-model=${_model} \
Expand Down

0 comments on commit fe6fc34

Please sign in to comment.