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
This commit is contained in:
nisheeth%netscape.com 1999-10-19 22:37:53 +00:00
parent cc447b7234
commit fedd700745

View File

@ -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