Skip to content

Commit

Permalink
Merge pull request enso-org#98 from samuell/patch-1
Browse files Browse the repository at this point in the history
Update README: Add clarification from discussion with @pmlodawski
  • Loading branch information
wdanilo authored Jan 21, 2018
2 parents aff67aa + 86a9537 commit 05cd9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $ stack install
```
Note that the executable for the compiler will be located in `$LUNA_REPO_PATH/dist/bin/public/luna` folder. You may wish to add it to your `$PATH`.

Additionally, if you intend to simply use the compiler (as opposed to tinkering with it, which requires frequent rebuilds), you may consider adding `--ghc-options="-O2 -j4"` to the `stack install` command. This should make the compiler create considerably faster programs, at the cost of longer build times.
Additionally, if you intend to simply use the Luna compiler (as opposed to tinkering with it, which requires frequent rebuilds), you may consider adding `--ghc-options="-O2 -j4"` to the stack install command. This should make the Luna compiler run considerably faster, at the cost of longer build times for building it (the Luna compiler).

### Running Luna

Expand Down

0 comments on commit 05cd9fc

Please sign in to comment.