mirror of https://github.com/ArduPilot/ardupilot
Build: fixed docs on -debug build directory
This commit is contained in:
parent
9fc451a615
commit
cde2247a0c
3
BUILD.md
3
BUILD.md
|
@ -312,8 +312,7 @@ Examples:
|
||||||
|
|
||||||
It's possible to pass the option `--debug` to the `configure` command. That
|
It's possible to pass the option `--debug` to the `configure` command. That
|
||||||
will set compiler flags to store debugging information in the binaries so that
|
will set compiler flags to store debugging information in the binaries so that
|
||||||
you can use them with `gdb`, for example. The build directory will be set to
|
you can use them with `gdb`, for example. That option might come handy when using SITL.
|
||||||
`build/<board>-debug/`. That option might come handy when using SITL.
|
|
||||||
|
|
||||||
### Build-system wrappers ###
|
### Build-system wrappers ###
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue