From e26aba8aeeba413fce861c78b46b27ac8b948ea7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 18 May 2018 15:44:06 -0400 Subject: tidy --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b76e7cc..9693ea4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,10 @@ CFLAGS += -std=c11 + CPPFLAGS += -I$(CURDIR)/lib CPPFLAGS += -I$(CURDIR)/hack + +CFLAGS += -g + CFLAGS += -Wall -Werror -Wextra CPPFLAGS += -O2 -D_FORTIFY_SOURCE=2 -- cgit v1.2.3