From 70686e3c14580225c1fe0393e1395834ba86c6d5 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 8 Oct 2011 11:36:02 +0800 Subject: [PATCH] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1544bf9..8d5e252 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ endif LIBS += -lglut -lGLU -lGL -CFLAGS += -O3 -Wall -std=c99 -g +CFLAGS += -ggdb -Wall -std=c99 .PHONY: all -- 2.20.1