From: Ash Tyndall Date: Sat, 8 Oct 2011 03:36:02 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=70686e3c14580225c1fe0393e1395834ba86c6d5 --- 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