Skip to content

Commit

Permalink
Merge pull request #219 from paulmenzel/remove-buildtype-switch-from-…
Browse files Browse the repository at this point in the history
…meson

Remove build type switch from Meson template
  • Loading branch information
mariux authored and GitHub committed Dec 17, 2018
2 parents fc87b56 + 43ee52e commit 2cd6cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildtypes/meson.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ BEE_BUILDTYPE_MESON_SOURCEDIR=${BEE_BUILDTYPE_MESON_MESONBUILD%/*}
bee_configure() {
start_cmd meson \
--prefix ${PREFIX} \
--buildtype=plain \
"${@}" \
${S}
}
Expand Down

0 comments on commit 2cd6cd1

Please sign in to comment.