summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-04-09 14:07:56 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-04-09 14:07:56 +0900
commitc2bc09be3d78f8db411c5778fcc8a6d9a231732a (patch)
treed25c711a36fe6af27bec3f4f825a801d30f56b9c /doc
parent63cf7073de6e9341e18b323f679afead2bacd924 (diff)
parent604134e57d76487f9904d57aba47880fcfb1314e (diff)
downloadmruby-c2bc09be3d78f8db411c5778fcc8a6d9a231732a.tar.gz
mruby-c2bc09be3d78f8db411c5778fcc8a6d9a231732a.zip
Merge pull request #2032 from take-cheeze/enable_bintest
Make bintest enabling like other `enable_xxx` methods.
Diffstat (limited to 'doc')
-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