collapse_vars: document option in README
authorkzc <zaxxon2011@gmail.com>
Thu, 28 Jan 2016 16:01:17 +0000 (11:01 -0500)
committerkzc <zaxxon2011@gmail.com>
Thu, 28 Jan 2016 16:01:17 +0000 (11:01 -0500)
README.md

index 4bd1cab..a04d0fc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -323,6 +323,9 @@ to set `true`; it's effectively a shortcut for `foo=true`).
 - `cascade` -- small optimization for sequences, transform `x, x` into `x`
   and `x = something(), x` into `x = something()`
 
+- `collapse_vars` -- default `false`. Collapse single-use var and const
+  definitions when possible.
+
 - `warnings` -- display warnings when dropping unreachable code or unused
   declarations etc.