Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenGar committed Aug 8, 2022
1 parent ab16336 commit d3c0a9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ cargo run --release \
```

Make sure to include the `--release` flag to build the optimized version of the binary.
Omitting the flag will result in an unoptimized binary which contains a lot of (expensive) assertions.
The algorithm will continue execution until either one of the termination conditions (defined in the config json) are reached, or it is manually terminated (CTRL+C).
Omitting the flag will result in an unoptimized binary which also contains a lot of (expensive) assertions.

The algorithm will continue execution until either, one of the termination conditions (defined in the config json) are reached, or it is manually terminated (CTRL+C).

0 comments on commit d3c0a9a

Please sign in to comment.