mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Take TRACE back out of Mac makefile, fix a few decode little things.
This commit is contained in:
parent
490e86dde3
commit
525ab3faa9
3 changed files with 10 additions and 10 deletions
|
@ -20,7 +20,7 @@ ifeq ($(ZT_AUTO_UPDATE),1)
|
|||
endif
|
||||
|
||||
# Uncomment to dump trace and log info to stdout (useful for debug/test)
|
||||
DEFS+=-DZT_TRACE -DZT_LOG_STDOUT
|
||||
#DEFS+=-DZT_TRACE -DZT_LOG_STDOUT
|
||||
|
||||
# Uncomment for a release optimized universal binary build
|
||||
CFLAGS=-arch i386 -arch x86_64 -Wall -O4 -fstack-protector -pthread -mmacosx-version-min=10.6 -DNDEBUG -Wno-unused-private-field $(INCLUDES) $(DEFS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue