Skip to content

Commit

Permalink
Ensure debug symbols are generated for startup code when needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Dec 10, 2018
1 parent 6972f3e commit 2584a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ CFLAGS += $(ARCH_FLAGS) \
$(EXTRA_FLAGS)

ASFLAGS = $(ARCH_FLAGS) \
$(DEBUG_FLAGS) \
-x assembler-with-cpp \
$(addprefix -I,$(INCLUDE_DIRS)) \
-MMD -MP
Expand Down

0 comments on commit 2584a90

Please sign in to comment.