Browse Source

dont strip binary

Grant Limberg 5 years ago
parent
commit
bd6c97aeb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      make-mac.mk

+ 1 - 1
make-mac.mk

@@ -99,7 +99,7 @@ mac-agent: FORCE
 
 
 one:	$(CORE_OBJS) $(ONE_OBJS) one.o mac-agent
 one:	$(CORE_OBJS) $(ONE_OBJS) one.o mac-agent
 	$(CXX) $(CXXFLAGS) -o zerotier-one $(CORE_OBJS) $(ONE_OBJS) one.o $(LIBS)
 	$(CXX) $(CXXFLAGS) -o zerotier-one $(CORE_OBJS) $(ONE_OBJS) one.o $(LIBS)
-	$(STRIP) zerotier-one
+	# $(STRIP) zerotier-one
 	ln -sf zerotier-one zerotier-idtool
 	ln -sf zerotier-one zerotier-idtool
 	ln -sf zerotier-one zerotier-cli
 	ln -sf zerotier-one zerotier-cli
 	$(CODESIGN) -f -s $(CODESIGN_APP_CERT) zerotier-one
 	$(CODESIGN) -f -s $(CODESIGN_APP_CERT) zerotier-one