mirror of https://github.com/nodejs/node.git
Back to 64kb stack size - enlarging it was a typo
parent
8330316014
commit
1beb840fec
2
wscript
2
wscript
|
@ -139,7 +139,7 @@ def configure(conf):
|
||||||
|
|
||||||
conf.define("HAVE_CONFIG_H", 1)
|
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
|
# LFS
|
||||||
conf.env.append_value('CCFLAGS', '-D_LARGEFILE_SOURCE')
|
conf.env.append_value('CCFLAGS', '-D_LARGEFILE_SOURCE')
|
||||||
|
|
Loading…
Reference in New Issue