Add flag to avoid liker error message aboud undefined references
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14556 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
369b1bca7e
commit
b79efa1963
|
@ -173,7 +173,7 @@ CPPWARN =
|
|||
#
|
||||
|
||||
# List all user C define here, like -D_DEBUG=1.
|
||||
UDEFS =
|
||||
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||
|
||||
# Define ASM defines here.
|
||||
UADEFS =
|
||||
|
|
|
@ -171,7 +171,7 @@ CPPWARN =
|
|||
#
|
||||
|
||||
# List all user C define here, like -D_DEBUG=1.
|
||||
UDEFS =
|
||||
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||
|
||||
# Define ASM defines here.
|
||||
UADEFS =
|
||||
|
|
|
@ -171,7 +171,7 @@ CPPWARN =
|
|||
#
|
||||
|
||||
# List all user C define here, like -D_DEBUG=1.
|
||||
UDEFS =
|
||||
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||
|
||||
# Define ASM defines here.
|
||||
UADEFS =
|
||||
|
|
Loading…
Reference in New Issue