summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-31 15:50:25 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-31 15:50:25 +0000
commit0b9f5112b7caf1dfa8051252d6d4346d2f67a51c (patch)
tree3fe00e83907e8cd222b36e99755867b08b806348 /test/Makefile
parent682ae68041597e9327ccf1b09cfa6a2b016679fc (diff)
downloadlibhubbub-0b9f5112b7caf1dfa8051252d6d4346d2f67a51c.tar.gz
libhubbub-0b9f5112b7caf1dfa8051252d6d4346d2f67a51c.tar.bz2
Fix copy-and-paste error in previous commit.
svn path=/trunk/hubbub/; revision=4845
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index bd1752d..8092460 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -38,6 +38,11 @@ CFLAGS := $(CFLAGS) -I$(TOP)/src/ -I$(d) \
-Wno-unused-parameter
LDFLAGS := $(LDFLAGS) `$(PKGCONFIG) $(PKGCONFIGFLAGS) --libs json`
+ifdef PROFILE
+ CFLAGS := $(CFLAGS) -pg -fno-omit-frame-pointer
+ LDFLAGS := $(LDFLAGS) -pg
+endif
+
# Tests
TESTS_$(d) := csdetect dict entities hubbub parser \
tokeniser tokeniser2 tokeniser3 tree tree2