Merge pull request #7205 from hydra/debug-symbols-on-asm-code

Ensure debug symbols are generated for startup code when needed.
This commit is contained in:
Michael Keller 2018-12-13 01:09:41 +13:00 committed by GitHub
commit 3b93361ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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