mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Clarify debug mode vs release mode building in the readme
This commit is contained in:
parent
a3283962bc
commit
fd3be6d492
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user