mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
Add commented out gprof makefile options to Linux build.
This commit is contained in:
parent
fbf6ab5d4d
commit
8d3dc3a44b
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ STRIP=strip --strip-all
|
||||||
#CFLAGS=-Wall -g -pthread $(INCLUDES) -DZT_TRACE $(DEFS)
|
#CFLAGS=-Wall -g -pthread $(INCLUDES) -DZT_TRACE $(DEFS)
|
||||||
#STRIP=echo
|
#STRIP=echo
|
||||||
|
|
||||||
|
# Uncomment for gprof profile build
|
||||||
|
#CFLAGS=-Wall -g -pg -pthread $(INCLUDES) $(DEFS)
|
||||||
|
#STRIP=echo
|
||||||
|
|
||||||
CXXFLAGS=$(CFLAGS) -fno-rtti
|
CXXFLAGS=$(CFLAGS) -fno-rtti
|
||||||
|
|
||||||
include objects.mk
|
include objects.mk
|
||||||
|
|
Loading…
Add table
Reference in a new issue