Skip to content

Commit

Permalink
Remove statically linking option
Browse files Browse the repository at this point in the history
  • Loading branch information
kitasuke committed Jun 12, 2019
1 parent de0d4a1 commit a53dacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
.PHONY: build build_release install clean

BIN_DIR = /usr/local/bin
RELEASE_BUILD_FLAGS= -c release --static-swift-stdlib --disable-sandbox
RELEASE_BUILD_FLAGS= -c release --disable-sandbox

build:
@swift build
Expand Down

0 comments on commit a53dacc

Please sign in to comment.