summaryrefslogtreecommitdiffhomepage
path: root/doc/compile
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-04-09 13:59:39 +0900
committertake_cheeze <[email protected]>2014-04-09 13:59:39 +0900
commit604134e57d76487f9904d57aba47880fcfb1314e (patch)
treed25c711a36fe6af27bec3f4f825a801d30f56b9c /doc/compile
parent63cf7073de6e9341e18b323f679afead2bacd924 (diff)
downloadmruby-604134e57d76487f9904d57aba47880fcfb1314e.tar.gz
mruby-604134e57d76487f9904d57aba47880fcfb1314e.zip
Make bintest enabling like other `enable_xxx` methods.
Diffstat (limited to 'doc/compile')
-rw-r--r--doc/compile/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md
index e494591f7..19bcf1ac6 100644
--- a/doc/compile/README.md
+++ b/doc/compile/README.md
@@ -193,7 +193,7 @@ If you want a temporary files use `tempfile` module of CRuby instead of ```/tmp/
You can enable it with following:
- conf.enable_bintest = true
+ conf.enable_bintest
### C++ ABI