diff --git a/Examples/MAX32655/Bootloader/Makefile b/Examples/MAX32655/Bootloader/Makefile index a780185d5f8..1ec6f28fec0 100644 --- a/Examples/MAX32655/Bootloader/Makefile +++ b/Examples/MAX32655/Bootloader/Makefile @@ -242,7 +242,7 @@ MXC_OPTIMIZE_CFLAGS ?= -Og # Set compiler flags PROJ_CFLAGS += -Wall # Enable warnings -PROJ_CFLAGS += -DMXC_ASSERT_ENABLE +# PROJ_CFLAGS += -DMXC_ASSERT_ENABLE # Set hardware floating point acceleration. # Options are: diff --git a/Examples/MAX32665/Bootloader/Makefile b/Examples/MAX32665/Bootloader/Makefile index ba87cf69828..9c7f460828b 100644 --- a/Examples/MAX32665/Bootloader/Makefile +++ b/Examples/MAX32665/Bootloader/Makefile @@ -242,7 +242,7 @@ MXC_OPTIMIZE_CFLAGS ?= -Og # Set compiler flags PROJ_CFLAGS += -Wall # Enable warnings -PROJ_CFLAGS += -DMXC_ASSERT_ENABLE +# PROJ_CFLAGS += -DMXC_ASSERT_ENABLE # Set hardware floating point acceleration. # Options are: diff --git a/Examples/MAX32690/Bootloader/Makefile b/Examples/MAX32690/Bootloader/Makefile index 6a02bf53c6c..59c189b2d9a 100644 --- a/Examples/MAX32690/Bootloader/Makefile +++ b/Examples/MAX32690/Bootloader/Makefile @@ -242,7 +242,7 @@ MXC_OPTIMIZE_CFLAGS ?= -Og # Set compiler flags PROJ_CFLAGS += -Wall # Enable warnings -PROJ_CFLAGS += -DMXC_ASSERT_ENABLE +# # PROJ_CFLAGS += -DMXC_ASSERT_ENABLE # Set hardware floating point acceleration. # Options are: