Skip to content

Commit

Permalink
Problem: --release option isn't documented
Browse files Browse the repository at this point in the history
It's unclear why we'd need an explicit option for this, as it's
the default setting. Presumably to allow Release/Debug to be passed
to node-gyp. If so, we need to document it.

Solution: document this option.
  • Loading branch information
hintjens committed Feb 14, 2016
1 parent 3a3b7d5 commit 4d5fe8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ Command options
| `--verbose`, `--loglevel=verbose` | Log most progress to console
| `--silent`, `--loglevel=silent` | Don't log anything
| `--debug` | Make Debug build (default=Release)
| `--release`, `--no-debug` | Make Release build

License
-------
Expand Down

0 comments on commit 4d5fe8f

Please sign in to comment.