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
Родитель 6dd2ca2c0a
Коммит 2d203c2ab5
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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