Back to 64kb stack size - enlarging it was a typo

v0.7.4-release
Ryan Dahl 2009-12-30 09:01:28 +01:00
parent 8330316014
commit 1beb840fec
1 changed files with 1 additions and 1 deletions

View File

@ -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')