X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=icc_c%2FMakefile;h=e0395096a365bd120dcc4b3a181350ad3ab52bd8;hb=ad7ce0903602a48f3e47b85a9a6e10087438068c;hp=05bb2e11d7b31f9adf247a89c1d61dd7d4d3744d;hpb=debfa9107d3c94c1534808fe9ca260b8f4521e30;p=avr_serial_lcd.git diff --git a/icc_c/Makefile b/icc_c/Makefile index 05bb2e1..e039509 100644 --- a/icc_c/Makefile +++ b/icc_c/Makefile @@ -1,5 +1,5 @@ ############################################################################### -# Makefile for the serial_lcd C & CPP versions +# Makefile for the serial_lcd C version for ICC ## General Flags PROJECT = serial_lcd @@ -9,7 +9,7 @@ CC = iccavr OBJECTS = $(PROJECT).o ## Compile options common for all C compilation units. -CFLAGS = -e -D__ICC_VERSION="7.16A" -DATtiny2313 -l -A -A -g -Wf-r20_23 +CFLAGS = -e -D__ICC_VERSION="7.16A" -DATtiny2313 -l -A -A -g -Wf-r20_23 -O24 ## Linker flags LDFLAGS = -g -e:0x0800 -bfunc_lit:0x26.0x800 -dram_end:0xdf -bdata:0x60.0xdf -dhwstk_size:30 -beeprom:0.128 -fihx_coff -S2