Skip to content

Commit

Permalink
Update package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Aug 7, 2019
1 parent aad0c02 commit bbfd54c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/linux/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stack runhaskell Shakefile.hs -- -j4 --lint

## Build binaries

stack clean
rm -Rf .stack-work
stack build --ghc-options='-O2'

function build-flavor() {
Expand Down
2 changes: 1 addition & 1 deletion package/mac/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stack runhaskell Shakefile.hs -- -j4 --lint

## Build binaries

stack clean
rm -Rf .stack-work
stack build --ghc-options='-O2'

function build-flavor() {
Expand Down
2 changes: 1 addition & 1 deletion package/win/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stack runhaskell Shakefile.hs -- -j4 --lint

## Build binaries

stack clean
rm -Rf .stack-work
stack build --ghc-options='-O2'

function build-flavor() {
Expand Down

0 comments on commit bbfd54c

Please sign in to comment.