mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Remove support for system jemalloc.
This commit is contained in:
parent
89beaa72ad
commit
c76d18a40d
10 changed files with 32 additions and 64 deletions
|
|
@ -46,8 +46,7 @@ if CONFIG['MOZ_GLUE_IN_PROGRAM']:
|
|||
DIST_INSTALL = True
|
||||
|
||||
# Keep jemalloc separated when mozglue is statically linked
|
||||
if CONFIG['MOZ_MEMORY'] and (CONFIG['OS_TARGET'] in ('WINNT', 'Darwin', 'Android') or
|
||||
CONFIG['MOZ_SYSTEM_JEMALLOC']):
|
||||
if CONFIG['MOZ_MEMORY'] and CONFIG['OS_TARGET'] in ('WINNT', 'Darwin', 'Android'):
|
||||
FINAL_LIBRARY = 'mozglue'
|
||||
|
||||
if CONFIG['MOZ_REPLACE_MALLOC'] and CONFIG['OS_TARGET'] == 'Darwin':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue