ch01-02-hello-orbtk: hint on build with debug information

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-10-08 21:05:54 +02:00
parent 947cc808c2
commit fb70636437

View File

@@ -284,4 +284,9 @@ On Windows, you need to use `backslash` as a path delimeter:
> ..\target\release\hello_orbtk.exe > ..\target\release\hello_orbtk.exe
``` ```
If you like to get debug feedback you can call the build process like this
```console
$ cargo build --features debug --bin hello_orbtk.rs
```
[troubleshooting]: ch01-01-installation.html#troubleshooting [troubleshooting]: ch01-01-installation.html#troubleshooting