diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-02-06 23:35:26 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-02-12 17:30:34 +0900 |
| commit | 37bc343e0ad6b837de672c8c0cf6bf00876f746b (patch) | |
| tree | ce675d6f6f0c120586a6c082e877424946e07e1f /include | |
| parent | 06ba5905f019ca1a8d8e498fe6dce7a94702c9ad (diff) | |
| download | mruby-37bc343e0ad6b837de672c8c0cf6bf00876f746b.tar.gz mruby-37bc343e0ad6b837de672c8c0cf6bf00876f746b.zip | |
Disable `Symbol.all_symbols`.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index b1aec8334..08e69d3aa 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -120,6 +120,7 @@ /* -DMRB_ENABLE_XXXX to enable following features */ //#define MRB_ENABLE_DEBUG_HOOK /* hooks for debugger */ +//#define MRB_ENABLE_ALL_SYMBOLS /* Symbols.all_symbols */ /* end of configuration */ |
