From 6b968b13d9cab02d8634facc87ae39e51dee4020 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 30 Mar 2019 20:03:33 +0100 Subject: Issue #187: Remove solaris 1st party code OS checks. --- memory/mozjemalloc/moz.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'memory') diff --git a/memory/mozjemalloc/moz.build b/memory/mozjemalloc/moz.build index a7c1e5f2a..6408aac8c 100644 --- a/memory/mozjemalloc/moz.build +++ b/memory/mozjemalloc/moz.build @@ -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'] - # For non release/esr builds, enable (some) fatal jemalloc assertions. This # helps us catch memory errors. if CONFIG['MOZ_UPDATE_CHANNEL'] not in ('release', 'esr'): -- cgit v1.2.3