From 30e659c253c16375a1036c788e7c668e0189c11e Mon Sep 17 00:00:00 2001 From: Allanis Date: Thu, 14 Feb 2013 21:24:38 +0000 Subject: [PATCH] [Add] Profiling flag to makefile. --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index dbab5b7..ab9f501 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -27,7 +27,7 @@ LDXML = `xml2-config --libs` LDTTF = `freetype-config --libs` LDGL = -lGL LDPNG = -lpng -LDFLAGS = -lm $(LDLUA) $(LDSDL) $(LDXML) $(LDTTF) $(LDGL) $(LDPNG) +LDFLAGS = -lm -pg $(LDLUA) $(LDSDL) $(LDXML) $(LDTTF) $(LDGL) $(LDPNG) DATA = data DATAFILES = $(shell find ../scripts/ ../gfx/ ../dat/ -name '*.lua' -o -name '*.png' -o -name '*.xml' -o -name '*.ttf')