From 9cafcad66d9ecab194590df344090551be55575c Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 13 Apr 2016 11:51:32 -0700 Subject: Revert "Simplify CFLAGS" This reverts commit de53af7e70bdc352513cabd40dcb4872052b701b. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ea603bc..ae88261 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION=0.2 -CPPFLAGS=-DVERSION=\"${VERSION}\" -CFLAGS+=-Wall -Wextra -g -O3 -pedantic +CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE +CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic PREFIX?=/usr/local MANDIR?=$(PREFIX)/share/man BINDIR?=$(PREFIX)/bin -- cgit v1.2.3