Boost logo

Boost-Build :

Subject: Re: [Boost-build] [EXTERNAL] Dropping the 'inlining' feature
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2016-04-15 12:53:02


I pushed a patch to develop for this:

1dd163c51cba63dde8301574963dd305088e73c7

last week. Hasn’t been merged to release yet.

— Noel

> On Apr 15, 2016, at 9:25 AM, Vladimir Prus <vladimir.prus_at_[hidden]> wrote:
>
>
> Building on latest OSX in release mode produces a pile of warnings like this:
>
> darwin.compile.c++ bin.v2/libs/program_options/build/darwin-4.2.1/release/threading-multi/cmdline.o
> clang: warning: optimization flag '-finline-functions' is not supported
>
> since the build actually uses clang, which does not have this option. Of course, I can modify gcc.jam or darwin.jam
> to try to detect the compiler, and omit this option for clang, but maybe a better course of action is just
> never pass -finclude-functions to the compiler, as it was always pretty obscure option, and likely is no longer
> of practical value.
>
> Comments?
>
> --
> Vladimir Prus
> http://vladimirprus.com
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk