X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=icc_c%2FMakefile;h=cbdf209c069914899c4471850eb93e28de9b5bea;hb=8147823cf64e37f6f43838ffa9e056ea48e30c32;hp=dd575abe80e11d8fb5bc0f152651ee1700271ced;hpb=90c5c097702cec99a4e16e2f390325469bb7bf0a;p=avr_serial_lcd.git diff --git a/icc_c/Makefile b/icc_c/Makefile index dd575ab..cbdf209 100644 --- a/icc_c/Makefile +++ b/icc_c/Makefile @@ -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 @@ -42,4 +42,3 @@ distclean: clean clean: @rm -f $(OBJECTS) $(PROJECT).dbg $(PROJECT).cof $(PROJECT).s \ $(PROJECT).cof $(PROJECT).lis -