Bug 419905. turn off pgo in places, mozstorage, sqlite. r=ted.mielczarek, a=beltzner

git-svn-id: svn://10.0.0.236/trunk@246688 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sayrer%gmail.com 2008-02-27 20:25:46 +00:00
parent cc0a53b53f
commit f36aac42bd
3 changed files with 9 additions and 0 deletions

View File

@ -65,6 +65,9 @@ export:: sqlite-version.h
endif
endif
# FIXME: bug 419893
NO_PROFILE_GUIDED_OPTIMIZE = 1
ifdef GNU_CC
MODULE_OPTIMIZE_FLAGS = -O2
else

View File

@ -43,6 +43,9 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
# FIXME: bug 419893
NO_PROFILE_GUIDED_OPTIMIZE = 1
MODULE = storage
LIBRARY_NAME = storage_s
MODULE_NAME = mozStorageModule

View File

@ -43,6 +43,9 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
# FIXME: bug 419893
NO_PROFILE_GUIDED_OPTIMIZE = 1
MODULE = places
LIBRARY_NAME = places
LIBXUL_LIBRARY = 1