mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update config.h
This commit is contained in:
parent
dacb1091db
commit
efa60ec5cc
@ -27,7 +27,7 @@
|
|||||||
// This is the maximum size of the value stack in py_TValue units
|
// This is the maximum size of the value stack in py_TValue units
|
||||||
// The actual size in bytes equals `sizeof(py_TValue) * PK_VM_STACK_SIZE`
|
// The actual size in bytes equals `sizeof(py_TValue) * PK_VM_STACK_SIZE`
|
||||||
#ifndef PK_VM_STACK_SIZE // can be overridden by cmake
|
#ifndef PK_VM_STACK_SIZE // can be overridden by cmake
|
||||||
#define PK_VM_STACK_SIZE 8192
|
#define PK_VM_STACK_SIZE 16384
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// This is the maximum number of local variables in a function
|
// This is the maximum number of local variables in a function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user