From 5cc3547202966e9566d585f832992bd25157c832 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Tue, 5 Jan 2021 13:14:24 +0000 Subject: Stop restricting the initial heap size. --- basilisk/app/moz.build | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/basilisk/app/moz.build b/basilisk/app/moz.build index d888a96..7a74aae 100644 --- a/basilisk/app/moz.build +++ b/basilisk/app/moz.build @@ -44,17 +44,6 @@ if CONFIG['OS_ARCH'] == 'WINNT': RCINCLUDE = 'splash.rc' DEFINES['MOZ_PHOENIX'] = True -# Control the default heap size. -# This is the heap returned by GetProcessHeap(). -# As we use the CRT heap, the default size is too large and wastes VM. -# -# The default heap size is 1MB on Win32. -# The heap will grow if need be. -# -# Set it to 256k. See bug 127069. -if CONFIG['OS_ARCH'] == 'WINNT' and not CONFIG['GNU_CC']: - LDFLAGS += ['/HEAP:0x40000'] - DISABLE_STL_WRAPPING = True if CONFIG['MOZ_LINKER']: -- cgit v1.2.3