Bug 1365206 - Remove Sun Studio compiler optimization flags for mozjemalloc. r=gps

We don't support that compiler anymore.
This commit is contained in:
Mike Hommey 2017-05-16 18:03:51 +09:00
parent 09c8f4577b
commit fade48cbe6

View File

@ -13,11 +13,6 @@ SOURCES += [
]
FINAL_LIBRARY = 'memory'
# See bug 422055.
if CONFIG['OS_ARCH'] == 'SunOS' and not CONFIG['GNU_CC'] \
and CONFIG['MOZ_OPTIMIZE']:
CFLAGS += ['-xO5']
DEFINES['MOZ_JEMALLOC_IMPL'] = True
LOCAL_INCLUDES += [