mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Minor timer changes (~21 Mb/s local)
This commit is contained in:
parent
1bc33ae8d7
commit
bbfc9359e9
4 changed files with 15 additions and 8 deletions
|
@ -73,8 +73,8 @@ endif
|
|||
# "make debug" is a shortcut for this
|
||||
ifeq ($(ZT_DEBUG),1)
|
||||
DEFS+=-DZT_TRACE
|
||||
CFLAGS+=-Wall -pg -g -pthread $(INCLUDES) $(DEFS)
|
||||
CXXFLAGS+=-Wall -pg -g -pthread $(INCLUDES) $(DEFS)
|
||||
CFLAGS+=-Wall -g -pthread $(INCLUDES) $(DEFS)
|
||||
CXXFLAGS+=-Wall -g -pthread $(INCLUDES) $(DEFS)
|
||||
LDFLAGS=-ldl
|
||||
STRIP=echo
|
||||
# The following line enables optimization for the crypto code, since
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue