mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Merge pull request #10999 from mikeller/fix_makefile_comment
This commit is contained in:
commit
5f3a2df066
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -34,9 +34,9 @@ RAM_BASED ?= no
|
|||
CUSTOM_DEFAULTS_EXTENDED ?= no
|
||||
|
||||
# Debugger optons:
|
||||
# empty - ordinary build with all optimizations enabled
|
||||
# RELWITHDEBINFO - ordinary build with debug symbols and all optimizations enabled
|
||||
# GDB - debug build with minimum number of optimizations
|
||||
# empty - ordinary build with all optimizations enabled
|
||||
# INFO - ordinary build with debug symbols and all optimizations enabled
|
||||
# GDB - debug build with minimum number of optimizations
|
||||
DEBUG ?=
|
||||
|
||||
# Insert the debugging hardfault debugger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue