Ruby: Mention that Ruby's bound checking option only applies to Ruby.
This commit is contained in:
parent
d3214c5c5e
commit
993e83ef80
1 changed files with 2 additions and 1 deletions
|
@ -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),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue