diff options
| author | Uwe Bonnes <[email protected]> | 2020-06-21 14:33:47 +0200 |
|---|---|---|
| committer | Uwe Bonnes <[email protected]> | 2020-06-21 14:33:47 +0200 |
| commit | d96fa8d407d08e95caf93621362e1f3fed57be36 (patch) | |
| tree | 87a0255bad8f6de202eb3fb34672d9b87e186efe /examples | |
| parent | bd41504f65fdbec3a74672bc14d61b02f5c4d2a3 (diff) | |
examples/readme.md: Add hint to build for debug.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/readme.md b/examples/readme.md index 1c85214e9..ca28d4881 100644 --- a/examples/readme.md +++ b/examples/readme.md @@ -32,6 +32,13 @@ Then compile with `make BOARD=[your_board] all`, for example $ make BOARD=feather_nrf52840_express all ``` + +To compile for debugging with debug symbols add DEBUG=1, for example + +``` +$ make BOARD=feather_nrf52840_express DEBUG=1 all +``` + ### Debug Log ### Log Level |
