Skip to content

Commit

Permalink
dino: Build an optimized release version
Browse files Browse the repository at this point in the history
    --release    Configure to build an optimized release version
  • Loading branch information
pmenzel committed Oct 26, 2020
1 parent 5c5803d commit ed4d8f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dino.be0
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ SRCURL[0]="/src/mariux/beeroot/downloads/dino-${PKGFULLVERSION}.tar.bz2"

mee_configure() {
bee_configure \
--with-libsignal-in-tree
--with-libsignal-in-tree \
--release
}

#mee_build() {
Expand Down

0 comments on commit ed4d8f6

Please sign in to comment.