From 199f2e7499dd796eeaf5ef213611344cbaba2572 Mon Sep 17 00:00:00 2001 From: jasonnam Date: Tue, 5 Jun 2018 20:43:53 +0700 Subject: [PATCH] Disable sandbox --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 746483d..ce3ee5b 100644 --- a/Makefile +++ b/Makefile @@ -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: