summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-02-06 23:35:26 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2019-02-12 17:30:34 +0900
commit37bc343e0ad6b837de672c8c0cf6bf00876f746b (patch)
treece675d6f6f0c120586a6c082e877424946e07e1f /include
parent06ba5905f019ca1a8d8e498fe6dce7a94702c9ad (diff)
downloadmruby-37bc343e0ad6b837de672c8c0cf6bf00876f746b.tar.gz
mruby-37bc343e0ad6b837de672c8c0cf6bf00876f746b.zip
Disable `Symbol.all_symbols`.
Diffstat (limited to 'include')
-rw-r--r--include/mrbconf.h1
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 */