Skip to content

Commit

Permalink
Disable sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnam committed Jun 5, 2018
1 parent 0b20747 commit 199f2e7
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 199f2e7

Please sign in to comment.