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
parent 16e099bc53
commit bacee576a7

View File

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