mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
Compile assembly files with -DDEBUG flag
Change-Id: Ic6cf19402a0936161baf6b91bf75d64d95269a3c
This commit is contained in:
committed by
Dan Handley
parent
c3810c83aa
commit
df64a55b3a
3
Makefile
3
Makefile
@@ -131,7 +131,8 @@ INCLUDES += -Ilib/include/ \
|
||||
${PLAT_INCLUDES}
|
||||
|
||||
ASFLAGS += -nostdinc -ffreestanding -Wa,--fatal-warnings \
|
||||
-mgeneral-regs-only -D__ASSEMBLY__ ${INCLUDES}
|
||||
-mgeneral-regs-only -D__ASSEMBLY__ ${INCLUDES} \
|
||||
-DDEBUG=${DEBUG}
|
||||
CFLAGS := -nostdinc -pedantic -ffreestanding -Wall \
|
||||
-Werror -mgeneral-regs-only -std=c99 -c -Os \
|
||||
-DDEBUG=${DEBUG} ${INCLUDES} ${CFLAGS}
|
||||
|
||||
Reference in New Issue
Block a user