From 50ad7576f54ad0fc209eb74d9445b6be0baed621 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 12 Feb 2019 20:39:57 +0100 Subject: [PATCH] disable debugging --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e9f9c3b..5b46dee 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ CC=msp430-gcc # regular -# CFLAGS=-Wall -mmcu=msp430g2553 -std=gnu99 -I hottislib -O3 -g0 +CFLAGS=-Wall -mmcu=msp430g2553 -std=gnu99 -I hottislib -O3 -g0 # for debugging -CFLAGS=-Wall -mmcu=msp430g2553 -std=gnu99 -I hottislib -g3 -ggdb -gdwarf-2 +# CFLAGS=-Wall -mmcu=msp430g2553 -std=gnu99 -I hottislib -g3 -ggdb -gdwarf-2 LDFLAGS=-mmcu=msp430g2553