diff --git a/port/max32630-fthr/example/template/Makefile b/port/max32630-fthr/example/template/Makefile index 8b1f16c24..3e89cbcda 100644 --- a/port/max32630-fthr/example/template/Makefile +++ b/port/max32630-fthr/example/template/Makefile @@ -43,6 +43,8 @@ PROJECT=spp_and_le_streamer # Specify the target processor TARGET=MAX3263x PROJ_CFLAGS+=-DRO_FREQ=96000000 +PROJ_CFLAGS+=-g3 -ggdb -DDEBUG +CPPFLAGS+=-g3 -ggdb -DDEBUG # Create Target name variables TARGET_UC:=$(shell echo $(TARGET) | tr a-z A-Z)