diff options
Diffstat (limited to 'Makefile.template')
-rw-r--r-- | Makefile.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.template b/Makefile.template index cc35415..c5f79d3 100644 --- a/Makefile.template +++ b/Makefile.template @@ -15,7 +15,7 @@ BUILD_SCRIPTS_PATH = $(HOME)Developer/prjs/embeded/prjs/nrf51822/build_scripts/ TEMPLATE_PATH = $(BUILD_SCRIPTS_PATH)
# CFLAGS += -DBLE_STACK_SUPPORT_REQD
-debug: CFLAGS+=-DENABLE_DEBUG_LOG_SUPPORT
+# debug: CFLAGS+=-DENABLE_DEBUG_LOG_SUPPORT
C_SOURCE_FILES += main.c
# C_SOURCE_FILES += softdevice_handler.c # need custome defined assert_nrf_callback()
|