Enlarge dumped_data

* src/w32heap.c (DUMPED_HEAP_SIZE): Increase to 24 MiB, the bare
minimum necessary to build a 32-bit Emacs.
This commit is contained in:
Po Lu 2023-09-23 14:20:54 +08:00
parent 5bd6f963f6
commit 024432e583

View file

@ -123,7 +123,7 @@ typedef struct _RTL_HEAP_PARAMETERS {
# if defined _WIN64 || defined WIDE_EMACS_INT
# define DUMPED_HEAP_SIZE (28*1024*1024)
# else
# define DUMPED_HEAP_SIZE (18*1024*1024)
# define DUMPED_HEAP_SIZE (24*1024*1024)
# endif
#endif