1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-02-18 02:19:02 +00:00

Added tracker

This commit is contained in:
Bryan Roe
2021-01-23 00:44:52 -08:00
parent 9bb81b946a
commit 4be310f809
4 changed files with 59 additions and 2 deletions

View File

@@ -562,6 +562,10 @@ ifeq ($(FIPS),1)
CFLAGS += -DFIPSMODE
endif
ifeq ($(MEMTRACK),1)
CFLAGS += -DILIBMEMTRACK
endif
GCCTEST := $(shell $(CC) meshcore/dummy.c -o /dev/null -no-pie > /dev/null 2>&1 ; echo $$? )
ifeq ($(GCCTEST),0)
LDFLAGS += -no-pie