Make it blink with D7 and D8
[rapper.git] / new_cmsis / Makefile
index efcf2d9..f320ab3 100644 (file)
@@ -1,7 +1,8 @@
 PROJECT=rapper
 PLATFORM ?= arm-none-eabi
 LDFLAGS=--gc-sections -g -T LPC1768-flash.ld
-CFLAGS=-W -Wall -Os --std=gnu99 -fgnu89-inline -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -I. -g
+CFLAGS=-W -Wall --std=gnu99 -fgnu89-inline -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -I. -g
+#CFLAGS+=-Os
 
 # objects are separated by space
 OBJECTS=startup.o system_LPC17xx.o main.o core_cm3.o