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:
parent
cc447b7234
commit
fedd700745
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user