From 0e259ea6aed3e8de0bbde01e39311f7991080d53 Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Mon, 11 Aug 2008 22:23:22 -0700 Subject: [PATCH] forcing -O2 for lcms on all platforms - bug 449130. r=vlad --- modules/lcms/src/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/lcms/src/Makefile.in b/modules/lcms/src/Makefile.in index cc4c5eb681f..f2e5c4059d4 100644 --- a/modules/lcms/src/Makefile.in +++ b/modules/lcms/src/Makefile.in @@ -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)