From 9d55bc071b6ebdc461547dfa054e4e39ddaf660c Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 16 Oct 2017 21:43:13 +0200 Subject: [PATCH] Enable profiling in the test application. --- test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 7930082f..8d859583 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,5 @@ -CFLAGS := -g3 -Wall -fmerge-constants -D_GNU_SOURCE +OPTFLAGS := -g3 -fmerge-constants +CFLAGS := $(OPTFLAGS) -Wall -D_GNU_SOURCE -DTRACY_ENABLE CXXFLAGS := $(CFLAGS) -std=gnu++14 DEFINES += INCLUDES :=