dont strip binary

This commit is contained in:
Grant Limberg 2020-07-06 14:35:05 -07:00
parent 29e7fa5c4b
commit bd6c97aeb8
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -99,7 +99,7 @@ mac-agent: FORCE
one: $(CORE_OBJS) $(ONE_OBJS) one.o mac-agent
$(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-cli
$(CODESIGN) -f -s $(CODESIGN_APP_CERT) zerotier-one