summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-06-25 21:41:54 +0900
committertake_cheeze <[email protected]>2014-06-25 21:41:54 +0900
commit340279885e8f8b5dee6b47667ca1cb2d74496172 (patch)
treef6488f18a91b95f7c5ffc9ec224c7b44c964b61b /doc
parent090a8889f7a740cd760c19c418bbfd2cb60b1ff1 (diff)
downloadmruby-340279885e8f8b5dee6b47667ca1cb2d74496172.tar.gz
mruby-340279885e8f8b5dee6b47667ca1cb2d74496172.zip
Add notes about restriction of `DISABLE_STDIO`.
Diffstat (limited to 'doc')
-rw-r--r--doc/mrbconf/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mrbconf/README.md b/doc/mrbconf/README.md
index e8da29e43..698d2526f 100644
--- a/doc/mrbconf/README.md
+++ b/doc/mrbconf/README.md
@@ -17,6 +17,10 @@ You can use mrbconfs with following ways:
`DISABLE_STDIO`
* When defined `<stdio.h>` functions won't be used.
+* Some features will be disabled when this is enabled:
+ * `mrb_irep` load/dump from/to file.
+ * Compiling mruby script from file.
+ * Printing features in **src/print.c**.
## Debug macros.
`ENABLE_DEBUG`