disable debug stuff
This commit is contained in:
parent
6af72d9970
commit
7d9022633b
4
Makefile
4
Makefile
@ -1,10 +1,10 @@
|
|||||||
CC=msp430-gcc
|
CC=msp430-gcc
|
||||||
|
|
||||||
# regular
|
# regular
|
||||||
# CFLAGS=-Wall -mmcu=msp430g2553 -std=gnu99 -I hottislib -O3 -g0
|
CFLAGS=-Wall -mmcu=msp430g2553 -std=gnu99 -I hottislib -O3 -g0
|
||||||
|
|
||||||
# for debugging
|
# 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
|
LDFLAGS=-mmcu=msp430g2553
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user