Boost BASE_PURESIZE in attempt to fix build on 32-bit archs
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 25 Feb 2025 01:19:38 +0000 (09:19 +0800)
committerSean Whitton <spwhitton@spwhitton.name>
Tue, 25 Feb 2025 01:19:38 +0000 (09:19 +0800)
src/puresize.h

index f2576666a66f1776d81766f9bea689bba5de7e2c..be727ba68cdf2f8756aa6d6c9368ad422bb4f095 100644 (file)
@@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (3400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (4500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */