From: Ash Tyndall Date: Sat, 8 Oct 2011 03:35:10 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=88bb839df3fea6aad76f0b19b30da46748d52da6 --- diff --git a/Makefile b/Makefile index 1209ec1..1544bf9 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ endif LIBS += -lglut -lGLU -lGL -CFLAGS += -O3 -Wall -std=c99 +CFLAGS += -O3 -Wall -std=c99 -g .PHONY: all