Subversion Repositories Projects

Rev

Rev 738 | Rev 772 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 738 Rev 757
Line 12... Line 12...
12
COMMON = -mmcu=$(MCU)
12
COMMON = -mmcu=$(MCU)
Line 13... Line 13...
13
 
13
 
14
## Compile options common for all C compilation units.
14
## Compile options common for all C compilation units.
15
CFLAGS += $(COMMON)
15
CFLAGS += $(COMMON)
16
##CFLAGS += -fno-common
16
##CFLAGS += -fno-common
17
CFLAGS += -Wall -gdwarf-2 -std=gnu99 -DF_CPU=16000000UL -O2 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
17
CFLAGS += -Wall -gdwarf-2 -std=gnu99 -DF_CPU=16000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
Line 18... Line 18...
18
CFLAGS += -MD -MP -MT $(*F).o -MF dep/$(@F).d
18
CFLAGS += -MD -MP -MT $(*F).o -MF dep/$(@F).d
19
 
19
 
20
## Assembly specific flags
20
## Assembly specific flags