From 7a13494424d949153ae68c4ed4b5bd4ff4619d28 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 30 Oct 2017 21:55:26 +0100 Subject: [PATCH] No _GNU_SOURCE define in test application. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 8d859583..fb10d575 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ OPTFLAGS := -g3 -fmerge-constants -CFLAGS := $(OPTFLAGS) -Wall -D_GNU_SOURCE -DTRACY_ENABLE +CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE CXXFLAGS := $(CFLAGS) -std=gnu++14 DEFINES += INCLUDES :=