From de9100481400ecf43885ce0784bc136440035ebf Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Thu, 14 Feb 2013 21:34:01 +0000 Subject: [PATCH] [Remove] Blunder. --- bin/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index e375edd..52efd9d 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -17,7 +17,6 @@ CGL = CFLAGS = $(CLUA) $(CSDL) $(CXML) $(CTTF) $(CGL) $(VERSION) ifdef DEBUG CFLAGS += -W -Wall -g3 -DDEBUG -DLUA_USE_APICHECK -#LDFLAGS += -pg else CFLAGS += -O2 endif