From a1acf425cfb00a41c7862c915eb024207658c814 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 25 Jan 2016 16:10:46 -0500 Subject: inventory works --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f8d92db..c6dbca5 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ INCLUDES = -I src/ -I export/include/ WARNFLAGS = -Wall -Wextra -Wshadow -fno-strict-aliasing -OPTFLAGS = -O3 +OPTFLAGS = -Og DEBUGFLAGS = -g CFLAGS = $(OPTFLAGS) $(DEBUGFLAGS) $(WARNFLAGS) -std=c99 $(INCLUDES) -- cgit v1.1