diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-02-21 22:31:35 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-02-21 22:31:35 +0900 |
| commit | a118c30861e26ec96a236e595697aea82ca04c09 (patch) | |
| tree | fcb5e5272a5c9fc4fa12a8e876e20f0b97d4037f /include | |
| parent | 9931f00863578ad942077a42000ca8b70b7a30c2 (diff) | |
| download | mruby-a118c30861e26ec96a236e595697aea82ca04c09.tar.gz mruby-a118c30861e26ec96a236e595697aea82ca04c09.zip | |
better comment description for mrbconf.h configuration
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 52e634b75..ddd9592d8 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -43,16 +43,15 @@ /* page size of memory pool */ //#define POOL_PAGE_SIZE 16000 -/* -DDISABLE_XXXX to drop the feature */ +/* -DDISABLE_XXXX to drop following features */ //#define DISABLE_SPRINTF /* Kernel.sprintf method */ //#define DISABLE_MATH /* Math functions */ //#define DISABLE_TIME /* Time class */ //#define DISABLE_STRUCT /* Struct class */ //#define DISABLE_STDIO /* use of stdio */ -//#define ENABLE_DEBUG /* hooks for debugger */ -/* Now DISABLE_GEMS is added as a command line flag in Rakefile, */ -/* we do not need to set it here. */ +/* -DENABLE_XXXX to enable following features */ +//#define ENABLE_DEBUG /* hooks for debugger */ /* end of configuration */ |
