Increase thread stack space for GCC compiled images
This commit is contained in:
parent
e6c98c3c55
commit
078adc7ed7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ PRIVATE mthread_attr_t tattr;
|
||||||
#ifdef MKCOVERAGE
|
#ifdef MKCOVERAGE
|
||||||
# define TH_STACKSIZE (10 * 1024)
|
# define TH_STACKSIZE (10 * 1024)
|
||||||
#else
|
#else
|
||||||
# define TH_STACKSIZE (6 * 1024)
|
# define TH_STACKSIZE (7 * 1024)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ASSERTW(w) assert((w) == &sys_worker || (w) == &dl_worker || \
|
#define ASSERTW(w) assert((w) == &sys_worker || (w) == &dl_worker || \
|
||||||
|
|
Loading…
Reference in a new issue