Skip to content
Snippets Groups Projects
Commit 43dd8a58 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Allocating 100k for the pseudo stack so we're sure to be (more than) safe

parent c81af944
No related branches found
No related tags found
No related merge requests found
......@@ -243,9 +243,9 @@ typedef float celt_mask_t;
#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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment