From 1beb840fec05948b47d7d698558c258193bcdecb Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 30 Dec 2009 09:01:28 +0100 Subject: [PATCH] Back to 64kb stack size - enlarging it was a typo --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 43a7a53..d2e13c9 100644 --- a/wscript +++ b/wscript @@ -139,7 +139,7 @@ def configure(conf): conf.define("HAVE_CONFIG_H", 1) - conf.env.append_value("CCFLAGS", "-DX_STACKSIZE=%d" % (2*1024*1024)) + conf.env.append_value("CCFLAGS", "-DX_STACKSIZE=%d" % (1024*64)) # LFS conf.env.append_value('CCFLAGS', '-D_LARGEFILE_SOURCE') -- 2.7.4