Skip to content
Snippets Groups Projects
Commit 56806f09 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

stack size increased

Rev: src/config.h:1.5
parent 359289d0
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
/* /*
* Define the evaluator stack size, used for just about everything. * Define the evaluator stack size, used for just about everything.
*/ */
#define EVALUATOR_STACK_SIZE 50000 #define EVALUATOR_STACK_SIZE 100000
/* /*
* The compiler stack is used when compiling to keep track of data. * The compiler stack is used when compiling to keep track of data.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment