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