Skip to content

update default compress options in README #1577

@kzc

Description

@kzc
--- a/README.md
+++ b/README.md
@@ -391,10 +391,10 @@ 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`
+- `collapse_vars` -- Collapse single-use `var` and `const`
   definitions when possible.
 
-- `reduce_vars` -- default `false`. Improve optimization on variables assigned
+- `reduce_vars` -- Improve optimization on variables assigned
   with and used as constant values.
 
 - `warnings` -- display warnings when dropping unreachable code or unused

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions