Subversion Repositories FlightCtrl

Rev

Rev 889 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 889 Rev 890
Line 112... Line 112...
112
#  -Wall...:  warning level
112
#  -Wall...:  warning level
113
#  -Wa,...:   tell GCC to pass this to the assembler.
113
#  -Wa,...:   tell GCC to pass this to the assembler.
114
#    -ahlms:  create assembler listing
114
#    -ahlms:  create assembler listing
115
CFLAGS = -O$(OPT) \
115
CFLAGS = -O$(OPT) \
116
-funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums \
116
-funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums \
-
 
117
-mtiny-stack -mcall-prologues \
117
-Wall -Wstrict-prototypes \
118
-Wall -Wstrict-prototypes \
118
-Wa,-adhlns=$(<:.c=.lst) \
119
-Wa,-adhlns=$(<:.c=.lst) \
119
$(patsubst %,-I%,$(EXTRAINCDIRS))
120
$(patsubst %,-I%,$(EXTRAINCDIRS))