Merge pull request #836 from skunkwerks/feature/add-freebsd-debugs

add support for debug flags in FreeBSD
This commit is contained in:
Adam Ierymenko 2018-09-14 08:08:59 -07:00 committed by GitHub
commit af61ee6f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 4 deletions

View file

@ -160,7 +160,7 @@ clean:
rm -rf *.a *.o node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o build-* zerotier-one zerotier-idtool zerotier-selftest zerotier-cli $(ONE_OBJS) $(CORE_OBJS)
debug: FORCE
gmake -j 4 ZT_DEBUG=1
$(MAKE) -j ZT_DEBUG=1
install: one
rm -f /usr/local/sbin/zerotier-one