Ruby: Mention that Ruby's bound checking option only applies to Ruby.

This commit is contained in:
Gabe Black 2011-03-01 02:59:09 -08:00
parent d3214c5c5e
commit 993e83ef80

View file

@ -31,7 +31,8 @@
Import('*')
sticky_vars.AddVariables(
BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks", True),
BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks in Ruby",
True),
('GEMS_ROOT', "Add debugging stuff to Ruby", Dir('..').srcnode().abspath),
)