mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Added a couple of extra compiler options better for use with the latest Yagarto release.
This commit is contained in:
parent
8a6518c3b3
commit
d7ca9be54d
|
@ -78,7 +78,9 @@ CFLAGS= $(DEBUG) \
|
|||
-D PACK_STRUCT_END=__attribute\(\(packed\)\) \
|
||||
-D ALIGN_STRUCT_END=__attribute\(\(aligned\(4\)\)\) \
|
||||
-fomit-frame-pointer \
|
||||
-mthumb-interwork
|
||||
-mthumb-interwork \
|
||||
-fno-strict-aliasing \
|
||||
-fno-dwarf2-cfi-asm
|
||||
|
||||
THUMB_SOURCE= \
|
||||
main.c \
|
||||
|
|
Loading…
Reference in a new issue