michal-narajowski commented on pull request #400:
URL: https://github.com/apache/mynewt-newt/pull/400#issuecomment-632065571


   Before:
   ```cmake
   set_property(SOURCE 
repos/apache-mynewt-core/sys/memfault/ext/components/core/src/arch_arm_cortex_m.c
 APPEND_STRING
   PROPERTY
   COMPILE_FLAGS
   "-DAPP_NAME=bleprph_memfault -DAPP_bleprph_memfault -DARCH_NAME=cortex_m4 
-DARCH_cortex_m4 -DBSP_NAME=nordic_pca10056 -DBSP_nordic_pca10056 
-DMEMFAULT_TRACE_REASON_USER_DEFS_FILE=\\\"memfault_trace_reason_user_config.def\\\"
 -DMYNEWT=1 -DNRF52840_XXAA -DSTATS_NAME_ENABLE -Og -Wall -Werror 
-fdata-sections -ffunction-sections -fno-common -fno-exceptions -ggdb 
-mcpu=cortex-m4 -mthumb -mthumb-interwork")
   ```
   After:
   ```cmake
   set_property(SOURCE 
repos/apache-mynewt-core/sys/memfault/ext/components/core/src/arch_arm_cortex_m.c
 APPEND_STRING
   PROPERTY
   COMPILE_FLAGS
   " -DAPP_NAME=bleprph_memfault -DAPP_bleprph_memfault -DARCH_NAME=cortex_m4 
-DARCH_cortex_m4 -DBSP_NAME=nordic_pca10056 -DBSP_nordic_pca10056 
-DMEMFAULT_TRACE_REASON_USER_DEFS_FILE=\\\"memfault_trace_reason_user_config.def\\\"
 -DMYNEWT=1 -DNRF52840_XXAA -DSTATS_NAME_ENABLE -Og -Wall -Werror 
-fdata-sections -ffunction-sections -fno-common -fno-exceptions -ggdb 
-mcpu=cortex-m4 -mthumb -mthumb-interwork")
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to