diff options
Diffstat (limited to 'include/mrbconf.h')
| -rw-r--r-- | include/mrbconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 3564f6ec5..0195ae96f 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -38,6 +38,9 @@ /* initial size for IV khash; ignored when MRB_USE_IV_SEGLIST is set */ //#define MRB_IVHASH_INIT_SIZE 8 +/* if _etext and _edata available, mruby can reduce memory used by symbols */ +//#define MRB_USE_ETEXT_EDATA + /* turn off generational GC by default */ //#define MRB_GC_TURN_OFF_GENERATIONAL |
