mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Ensure debug symbols are generated for startup code when needed.
This commit is contained in:
parent
6972f3eb01
commit
2584a90134
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -225,6 +225,7 @@ CFLAGS += $(ARCH_FLAGS) \
|
|||
$(EXTRA_FLAGS)
|
||||
|
||||
ASFLAGS = $(ARCH_FLAGS) \
|
||||
$(DEBUG_FLAGS) \
|
||||
-x assembler-with-cpp \
|
||||
$(addprefix -I,$(INCLUDE_DIRS)) \
|
||||
-MMD -MP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue