summaryrefslogtreecommitdiff
path: root/src/avr-demo
diff options
context:
space:
mode:
Diffstat (limited to 'src/avr-demo')
-rw-r--r--src/avr-demo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/avr-demo/Makefile b/src/avr-demo/Makefile
index 0aca6f8a..2f3a0750 100644
--- a/src/avr-demo/Makefile
+++ b/src/avr-demo/Makefile
@@ -47,7 +47,7 @@ MCU=atmega32u4
PRODUCT_DEF=-DAVR_DEMO
IDPRODUCT=0x000a
CFLAGS = $(PRODUCT_DEF) -I. -I../avr -I../kernel -I..
-CFLAGS += -g -mmcu=$(MCU) -Wall -Wstrict-prototypes -Os -mcall-prologues
+CFLAGS += -mmcu=$(MCU) -Wall -Wstrict-prototypes -mcall-prologues
NICKLE=nickle