Skip to content

Commit fd3be6d

Browse files
authored
Clarify debug mode vs release mode building in the readme
1 parent a328396 commit fd3be6d

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
@@ -21,7 +21,7 @@ $ ./test.sh --release
2121
$ CHANNEL="release" $cg_clif_dir/cargo.sh run
2222
```
2323

24-
If you compiled cg_clif in debug mode you should use `CHANNEL="debug"` instead or omit `CHANNEL="release"` completely.
24+
If you compiled cg_clif in debug mode (aka you didn't pass `--release` to `./test.sh`) you should use `CHANNEL="debug"` instead or omit `CHANNEL="release"` completely.
2525

2626
### Rustc
2727

0 commit comments

Comments
 (0)