ref: 43dd8a58120977d8197fb968f07d36398dd49e67
parent: c81af94437343dd0eb444ff90502e7206ad1bc74
author: Jean-Marc Valin <[email protected]>
date: Mon Jul 13 13:50:59 EDT 2009
Allocating 100k for the pseudo stack so we're sure to be (more than) safe
--- a/libcelt/arch.h
+++ b/libcelt/arch.h
@@ -243,9 +243,9 @@
#ifndef GLOBAL_STACK_SIZE
#ifdef FIXED_POINT
-#define GLOBAL_STACK_SIZE 30000
+#define GLOBAL_STACK_SIZE 100000
#else
-#define GLOBAL_STACK_SIZE 40000
+#define GLOBAL_STACK_SIZE 100000
#endif
#endif