summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2018-10-26 12:00:01 -0700
committerJoseph Henry <josephjah@gmail.com>2018-10-26 12:00:01 -0700
commit79086f085803b1677e920472559ed6e043b1b4a1 (patch)
tree55cf4565b649185b31d1a1de3769164eb3ba74da /make-mac.mk
parentc148a23df4c1ec0720a062af3c454f1c920d7bbc (diff)
parentc56831767eb8ee31b34964ffcb06f2d77e60e59a (diff)
downloadinfinitytier-79086f085803b1677e920472559ed6e043b1b4a1.tar.gz
infinitytier-79086f085803b1677e920472559ed6e043b1b4a1.zip
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
Diffstat (limited to 'make-mac.mk')
-rw-r--r--make-mac.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/make-mac.mk b/make-mac.mk
index bb5b1547..4363d38f 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -79,7 +79,7 @@ ext/x64-salsa2012-asm/salsa2012.o:
$(CC) $(CFLAGS) -c ext/x64-salsa2012-asm/salsa2012.s -o ext/x64-salsa2012-asm/salsa2012.o
mac-agent: FORCE
- $(CC) -O -s -o MacEthernetTapAgent osdep/MacEthernetTapAgent.c
+ $(CC) -Ofast -o MacEthernetTapAgent osdep/MacEthernetTapAgent.c
$(CODESIGN) -f -s $(CODESIGN_APP_CERT) MacEthernetTapAgent
one: $(CORE_OBJS) $(ONE_OBJS) one.o mac-agent
@@ -138,11 +138,4 @@ distclean: clean
realclean: clean
-# For those building from source -- installs signed binary tap driver in system ZT home
-#install-mac-tap: FORCE
-# mkdir -p /Library/Application\ Support/ZeroTier/One
-# rm -rf /Library/Application\ Support/ZeroTier/One/tap.kext
-# cp -R ext/bin/tap-mac/tap.kext /Library/Application\ Support/ZeroTier/One
-# chown -R root:wheel /Library/Application\ Support/ZeroTier/One/tap.kext
-
FORCE: