Commit 57dea75
authored
build: Add debug make target with symbols and no optimizations. (#28117)
The dev target and the downstream builders are not suitable for
debugging as they are optimized and do not have symblos enabled.
This change adds a "dev-debug" target that can be used to build
Nomad in a way that Delve can be used fully for debugging and
development.1 parent 5435ae9 commit 57dea75
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
291 | 308 | | |
292 | 309 | | |
293 | 310 | | |
| |||
0 commit comments