mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
set a home directory for stats output
This commit is contained in:
parent
342657e629
commit
161ed18e48
2 changed files with 17 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
CXX=$(shell which clang++ g++ c++ 2>/dev/null | head -n 1)
|
||||
|
||||
INCLUDES?=-isystem ../ext/prometheus-cpp-lite-1.0/core/include -isystem ../ext/prometheus-cpp-lite-1.0/simpleapi/include
|
||||
INCLUDES?=-isystem ../ext/prometheus-cpp-lite-1.0/core/include -isystem ../ext/prometheus-cpp-lite-1.0/simpleapi/include -isystem ../ext/
|
||||
|
||||
OBJS=Metrics.o \
|
||||
../node/Metrics.o
|
||||
../node/Metrics.o \
|
||||
../osdep/OSUtils.o
|
||||
|
||||
CXXFLAGS=-O3 -fno-rtti $(INCLUDES) -std=c++17 -pthread -frtti
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue