aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea846a1..a472005 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
CC = msp430-gcc
-CFLAGS = -mmcu=msp430g2553 -std=gnu99 -Os -ggdb
+CFLAGS = -mmcu=msp430g2553 -std=gnu99 \
+ -Os
CSRC = board.c \
delay.c \