From fedd7007454945e43c0fa7bfee2264fc612bbb98 Mon Sep 17 00:00:00 2001 From: "nisheeth%netscape.com" Date: Tue, 19 Oct 1999 22:37:53 +0000 Subject: [PATCH] Checkin does not affect build. If MOZ_PERF is set to 1 define the compiler define MOZ_PERF_METRICS for the windows build. git-svn-id: svn://10.0.0.236/trunk@51200 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/config/config.mak | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mozilla/config/config.mak b/mozilla/config/config.mak index c338b8c7e15..f16a4f4e50d 100644 --- a/mozilla/config/config.mak +++ b/mozilla/config/config.mak @@ -202,6 +202,11 @@ CFLAGS=$(CFLAGS) -DNECKO DETECT_WEBSHELL_LEAKS=1 CFLAGS=$(CFLAGS) -DDETECT_WEBSHELL_LEAKS +# Enable output of performance metrics if MOZ_PERF is set +!ifdef MOZ_PERF +CFLAGS=$(CFLAGS) -DMOZ_PERF_METRICS +!endif + !ifndef MOZ_JAVA MOZ_OJI = 1 # on by default now !endif