altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / stm-bringup / Makefile
index b0943e5665fb34f94ee1872755df8d0f040e83a9..5373877123ce25c54cd1a2c8e6e679867dc5baca 100644 (file)
@@ -7,12 +7,12 @@ endif
 TOPDIR=..
 include $(TOPDIR)/Makedefs
 
-CC=arm-none-eabi-gcc
+CC=arm-none-eabicc
 OBJCOPY=arm-none-eabi-objcopy
 
 C_LIB=$(PDCLIB_LIBS_M3)
 
-DEF_CFLAGS=-g -std=gnu99 -Os -mlittle-endian -mthumb -ffreestanding -nostdlib -I. -I../stm $(PDCLIB_INCLUDES)
+DEF_CFLAGS= -std=gnu99 -mlittle-endian -mthumb -ffreestanding -nostdlib -I. -I../stm $(PDCLIB_INCLUDES)
 
 # to run from SRAM
 LD_FLAGS_RAM=-L../stm -Wl,-Taltos-ram.ld