1
0
Fork 0
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:
Dominic Clifton 2018-12-10 19:07:47 +01:00
parent 6972f3eb01
commit 2584a90134

View file

@ -225,6 +225,7 @@ CFLAGS += $(ARCH_FLAGS) \
$(EXTRA_FLAGS)
ASFLAGS = $(ARCH_FLAGS) \
$(DEBUG_FLAGS) \
-x assembler-with-cpp \
$(addprefix -I,$(INCLUDE_DIRS)) \
-MMD -MP