[gnumeric] win32: set stack size to 64M.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: set stack size to 64M.
- Date: Fri, 9 Apr 2010 02:30:28 +0000 (UTC)
commit 9a7d676b18e4d6edb3b85db62679a8dbd13cc30d
Author: Morten Welinder <terra gnome org>
Date: Thu Apr 8 22:30:15 2010 -0400
win32: set stack size to 64M.
ChangeLog | 5 +++++
NEWS | 1 +
src/Makefile.am | 4 ++--
3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7015d26..d67e808 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-08 Morten Welinder <terra gnome org>
+
+ * src/Makefile.am (gnumeric_LDFLAGS, ssconvert_LDFLAGS): Set stack
+ size to 64M. Fixes #571346.
+
2010-03-25 Andreas J. Guelzow <aguelzow pyrshep ca>
* src/gnumeric-gconf.c (set_string_list): since go_conf_set_str_list
diff --git a/NEWS b/NEWS
index f5b2d26..9a513b0 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,7 @@ Morten:
* Improve partitioning of status area.
* Fix goal seek problem affecting XIRR. [#614147]
* Fix export xls of XIRR, FVSCHEDULE, and XNPV. [#614257]
+ * Set win32 stack size to 64M. [#571346]
--------------------------------------------------------------------------
Gnumeric 1.10.1
diff --git a/src/Makefile.am b/src/Makefile.am
index 0fac6e9..ca9b8f3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -360,8 +360,8 @@ test_pango_SOURCES = \
if WITH_NATIVE_WIN32
gnumeric_LDADD += gnumeric_rc.o
- gnumeric_LDFLAGS += -mwindows
- ssconvert_LDFLAGS += -mconsole
+ gnumeric_LDFLAGS += -mwindows -Wl,--stack,0x4000000
+ ssconvert_LDFLAGS += -mconsole -Wl,--stack,0x4000000
ssindex_LDFLAGS += -mconsole
ssgrep_LDFLAGS += -mconsole
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]