You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/04/02 17:34:56 UTC

[GitHub] utzig commented on issue #153: Allow override of `build_profile` setting per-package.

utzig commented on issue #153: Allow override of `build_profile` setting per-package.
URL: https://github.com/apache/mynewt-newt/issues/153#issuecomment-377987939
 
 
   Wouldn't it be possible to override `build_profile` for some packages, like:
   
   ```
   target.app: "apps/slinky"
   target.bsp: "hw/bsp/stm32f3discovery"
   target.build_profile: optimized
   target.build_profile.pkg_override.debug:
     - "net/nimble"
     - "sys/console/full"
   ```
   
   Just a suggestion of syntax to make an example...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services