Clarify debug mode vs release mode building in the readme

This commit is contained in:
bjorn3 2020-04-08 12:44:10 +02:00 committed by GitHub
parent a3283962bc
commit fd3be6d492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ $ ./test.sh --release
$ CHANNEL="release" $cg_clif_dir/cargo.sh run
```
If you compiled cg_clif in debug mode you should use `CHANNEL="debug"` instead or omit `CHANNEL="release"` completely.
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.
### Rustc