mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Refactored tcp_write code - Reduced CPU usage to respectable levels
This commit is contained in:
parent
4983fd3776
commit
36db5865e7
5 changed files with 896 additions and 69 deletions
|
@ -73,8 +73,8 @@ endif
|
|||
# "make debug" is a shortcut for this
|
||||
ifeq ($(ZT_DEBUG),1)
|
||||
DEFS+=-DZT_TRACE
|
||||
CFLAGS+=-Wall -g -pthread $(INCLUDES) $(DEFS)
|
||||
CXXFLAGS+=-Wall -g -pthread $(INCLUDES) $(DEFS)
|
||||
CFLAGS+=-Wall -pg -g -pthread $(INCLUDES) $(DEFS)
|
||||
CXXFLAGS+=-Wall -pg -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