TestParser: support --enable-perf-metrics with --disable-debug. b=286920 r+sr=dbaron

git-svn-id: svn://10.0.0.236/trunk@170930 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mats.palmgren%bredband.net
2005-03-20 23:54:24 +00:00
parent a28e37742c
commit ddb5c6e57a
3 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ SDK_HEADERS = \
nsParserDataListener.h \
$(NULL)
ifdef MOZ_DEBUG
ifneq ($(MOZ_DEBUG)$(MOZ_PERF_METRICS),)
EXPORTS += \
nsILoggingSink.h \
$(NULL)