Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 738 → Rev 757

/C-OSD/trunk/default/Makefile
14,7 → 14,7
## Compile options common for all C compilation units.
CFLAGS += $(COMMON)
##CFLAGS += -fno-common
CFLAGS += -Wall -gdwarf-2 -std=gnu99 -DF_CPU=16000000UL -O2 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
CFLAGS += -Wall -gdwarf-2 -std=gnu99 -DF_CPU=16000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
CFLAGS += -MD -MP -MT $(*F).o -MF dep/$(@F).d
 
## Assembly specific flags