Opened 16 years ago

#182 new enhancement

Add global-optimization feature.

Reported by: grafikrobot@… Owned by: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

Add support for specifying global optimizations. To builtin.jam:

feature global-optimization : off whole-program : propagated ;

This can be implemented at least in msvc,jam with:

flags msvc.compile OPTIONS <global-optimization>whole-program : /GL ;
flags msvc.link OPTIONS <global-optimization>whole-program : /LTCG ;
flags msvc.archive OPTIONS <global-optimization>whole-program : /LTCG ;

Change History (0)

Note: See TracTickets for help on using tickets.