Skip to content

Commit

Permalink
add note about turning off optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed May 5, 2024
1 parent 4f5bda6 commit c99aed0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ unreleased features), read on.
cd /path/to/the/swarm/repo
cabal run -O0 swarm:exe:swarm

(Note that we recommend turning off optimizations with `-O0` since
they don't seem to make much difference to the speed of the
resulting executable, but they make a big difference in compilation
time.)

1. Go get a snack while `cabal` downloads a Haskell compiler and
all of Swarm's dependencies.

Expand Down

0 comments on commit c99aed0

Please sign in to comment.