diff options
author | sprhawk <hongbo@yang.me> | 2014-09-01 20:46:34 +0800 |
---|---|---|
committer | sprhawk <hongbo@yang.me> | 2014-09-01 20:46:34 +0800 |
commit | 911cc6eba0a311bd941b774b3f8b5f9a06aaa2c9 (patch) | |
tree | 3e2664b6acdb2a3731309840e717c1a199bcdd4f /Makefile.template | |
parent | 9e6de13f611597d649c7b0e66b04a56bed3a497e (diff) | |
download | nrf51822-posix-build-scripts-911cc6eba0a311bd941b774b3f8b5f9a06aaa2c9.tar.gz nrf51822-posix-build-scripts-911cc6eba0a311bd941b774b3f8b5f9a06aaa2c9.tar.bz2 nrf51822-posix-build-scripts-911cc6eba0a311bd941b774b3f8b5f9a06aaa2c9.tar.xz nrf51822-posix-build-scripts-911cc6eba0a311bd941b774b3f8b5f9a06aaa2c9.zip |
disable app log module by default
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()
|