This commit is contained in:
minggo 2013-04-28 09:47:45 +08:00
commit 3c1480c4f3
1 changed files with 0 additions and 4 deletions

View File

@ -169,11 +169,7 @@ JSAutoCompartment ac(cx, obj)
#endif // JSB_INCLUDE_OPENGL
#ifndef JSB_MAX_STACK_QUOTA
#ifdef DEBUG
#define JSB_MAX_STACK_QUOTA 5000000
#else
#define JSB_MAX_STACK_QUOTA 500000
#endif
#endif // JSB_MAX_STACK_QUOTA
#endif // __JS_BINDINGS_CONFIG_H