Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnam committed Jun 5, 2018
2 parents 90e7039 + 199f2e7 commit 208029c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ debug: build-debug install-debug

# Build
build-release:
swift build -c release -Xswiftc -static-stdlib
swift build -c release -Xswiftc -static-stdlib --disable-sandbox
build-debug:
swift build -c debug -Xswiftc -static-stdlib
swift build -c debug -Xswiftc -static-stdlib --disable-sandbox

# Install
install-release:
Expand Down

0 comments on commit 208029c

Please sign in to comment.