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

Making real sure not to bust the pseudo-stack even for weird configurations

parent 9fe754cf
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ typedef float celt_mask_t;
#ifndef GLOBAL_STACK_SIZE
#ifdef FIXED_POINT
#define GLOBAL_STACK_SIZE 26000
#define GLOBAL_STACK_SIZE 30000
#else
#define GLOBAL_STACK_SIZE 40000
#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