aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2014-06-01 23:27:53 +0200
committerJuanma Barranquero <[email protected]>2014-06-01 23:27:53 +0200
commit89187af1bdef9f1f0e2960e4da5f2052c654aa24 (patch)
tree8d93f8a938a39e7bf98f4e62acc3beef6b23199f /configure.ac
parentcc30429078211ed317e06d285df4da4520c9567a (diff)
* configure.ac: Raise HEAPSIZE value for 32-bit builds on Windows.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e9f5099bec..61b7d3621c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4841,7 +4841,7 @@ if test "${opsys}" = "mingw32"; then
## Preload heap size of temacs.exe in MB.
case "$canonical" in
x86_64-*-*) C_HEAP_SWITCH="-DHEAPSIZE=18" ;;
- *) C_HEAP_SWITCH="-DHEAPSIZE=10" ;;
+ *) C_HEAP_SWITCH="-DHEAPSIZE=12" ;;
esac
fi