Bug 592923 - Bustage fix for the bustage fix, r=khuey, a=orange

This commit is contained in:
Justin Lebar 2010-10-15 17:51:02 -07:00
Родитель 59025aa85a
Коммит 0cb2de11b9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -92,7 +92,7 @@ MODULE_OPTIMIZE_FLAGS = -O3 -fstrict-aliasing
# We normally want -fomit-frame-pointer, but we want an explicit
# -fno-omit-frame-pointer if we're using a sampling profiler.
ifeq(,$(MOZ_PROFILING))
ifeq (,$(MOZ_PROFILING))
MODULE_OPTIMIZE_FLAGS += -fomit-frame-pointer
else
MODULE_OPTIMIZE_FLAGS += -fno-omit-frame-pointer