You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2018/09/05 08:57:18 UTC

[mynewt-newt] 01/01: Merge pull request #207 from michal-narajowski/cxxflags

This is an automated email from the ASF dual-hosted git repository.

naraj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit e71d7fafb38b0d52edf321562b082de1ccf93e9e
Merge: a6fee3e aa22970
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Wed Sep 5 10:57:15 2018 +0200

    Merge pull request #207 from michal-narajowski/cxxflags
    
    Add support for specifying C++ compiler flags

 newt/builder/buildpackage.go |  3 +++
 newt/builder/cmake.go        | 12 ++++++++++--
 newt/cli/target_cmds.go      |  9 ++++++---
 newt/pkg/localpackage.go     |  1 +
 newt/toolchain/compiler.go   | 11 ++++++++++-
 5 files changed, 30 insertions(+), 6 deletions(-)