Skip to content

Commit faf9855

Browse files
authored
Suggested clarification about compiler options
Is this what is intended? The previous sentence seemed self-contradictory
1 parent 469d86e commit faf9855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ stack install
4949
```
5050
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`.
5151

52-
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 run considerably faster, at the cost of longer build times.
52+
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.
5353

5454
### Running Luna
5555

0 commit comments

Comments
 (0)