mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Software update fetcher seems to work, going back to updater/installer itself.
This commit is contained in:
parent
a22a3ed7e8
commit
ec4ffc0c2c
3 changed files with 11 additions and 1 deletions
|
@ -5,6 +5,10 @@ INCLUDES=
|
|||
DEFS=
|
||||
LIBS=
|
||||
|
||||
ifeq ($(ZT_AUTO_UPDATE),1)
|
||||
DEFS+=-DZT_AUTO_UPDATE
|
||||
endif
|
||||
|
||||
# Uncomment for a release optimized build
|
||||
CFLAGS=-Wall -O3 -fno-unroll-loops -fvisibility=hidden -fstack-protector -pthread $(INCLUDES) -DNDEBUG $(DEFS)
|
||||
STRIP=strip --strip-all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue