forcing -O2 for lcms on all platforms - bug 449130. r=vlad

This commit is contained in:
Bobby Holley 2008-08-11 22:23:22 -07:00
parent e42a3ca1fc
commit 0e259ea6ae

View File

@ -62,6 +62,9 @@ VISIBILITY_FLAGS =
endif
endif
# LCMS is on the critical path, so force it O2 on all platforms
MODULE_OPTIMIZE_FLAGS=-O2
REQUIRES = $(LCMS_REQUIRES) \
$(NULL)