Remove support for system jemalloc.

This commit is contained in:
wolfbeast 2018-04-26 17:59:36 +02:00 • committed by Roy Tam
commit c76d18a40d
10 changed files with 32 additions and 64 deletions

View file

@ -32,7 +32,7 @@ if CONFIG['OS_TARGET'] == 'WINNT':
if not CONFIG['JS_STANDALONE']:
if CONFIG['MOZ_MEMORY'] and (CONFIG['MOZ_SYSTEM_JEMALLOC'] or FORCE_SHARED_LIB):
if CONFIG['MOZ_MEMORY'] and FORCE_SHARED_LIB:
pass
# TODO: SHARED_LIBRARY_LIBS go here
else: