From 7d4f82900cc324f42c8caaa51ce799d845eb190a Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 17 Sep 2014 20:23:20 -0700 Subject: Move _GNU_SOURCE definition to makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 349ffc2..ce24825 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=0.1beta -CPPFLAGS=-DVERSION=\"${VERSION}\" +CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic PREFIX?=/usr/local MANDIR?=$(PREFIX)/share/man -- cgit v1.2.3