port:libclang (and libLLVM)
René J.V. Bertin
rjvbertin at gmail.com
Thu Mar 10 04:33:23 PST 2016
On Wednesday March 09 2016 20:48:19 Jack Howarth wrote:
>> Why? My understanding is that the optimizations for -Os are equivalent
>> to -O2 with the emphasis on size reduction. The additional
>> optimizations from -O2 to -O3 would seem sufficient to produce a 10%
>> execution optimization, no?
>
Actually, this point is moot : -Os is used only on PPC machines from what I can see. Other architectures use whatever optimisation the build system decides to use (which is an interesting question when that system is based on CMake and you use one of the built-in BUILD_TYPE presets).
R.
More information about the macports-dev
mailing list