Skip to content

Commit

Permalink
Document that we respect -c.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Schouten committed Apr 14, 2019
1 parent 715ab90 commit e5ebb5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Javascript file will be named `${name}.js`.
- `deps`: List of `elm_library()` and `elm_package()` targets on which
the application depends.

**Note:** When the compilation mode (`-c`) is equal to `dbg`, the
resulting Javascript file will have the traveling debugger enabled. When
the compilation mode is `opt`, optimizations are performed.

### `elm_library()`

```python
Expand Down

0 comments on commit e5ebb5b

Please sign in to comment.