You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ cargo run --release \
98
98
```
99
99
100
100
Make sure to include the `--release` flag to build the optimized version of the binary.
101
-
Omitting the flag will result in an unoptimized binary which contains a lot of (expensive) assertions.
102
-
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).
101
+
Omitting the flag will result in an unoptimized binary which also contains a lot of (expensive) assertions.
102
+
103
+
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 commit comments