From 385f97c07c29fdccf3cc0e65faf684b03a93d2ea Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sun, 11 Nov 2018 13:44:24 -0300 Subject: [PATCH] change flags --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 31c3f17..ba049cd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ CC=gcc -CFLAGS=-Wall -Werror -CPPFLAGS+=-Isrc/include +CFLAGS=-Wall -Isrc/include -DDEBUG -g #LDFLAGS=-lm SRC=src/sort.c src/random.c OBJ=$(SRC:.c=.o)