On 15 Dec, truck...@apache.org wrote: > Author: truckman > Date: Fri Dec 15 14:54:32 2017 > New Revision: 1818290 > > URL: http://svn.apache.org/viewvc?rev=1818290&view=rev > Log: > Enhance gb_LinkTarget_set_*_optimization functions to allow multiple > targets to be specified. > > Convert optimization overrides in the gbuild library makefiles to > use gb_LinkTarget_set_*_optimization. > > There should be no functional change.
Actually, the last sentence is not true. With the old way changing the optimization flags for a particular object, the debug flags would get lost, as well as any $CXXFLAGS passed in the environment. In the new way of doing things, the debug flags are preserved as well as $CXXFLAGS from the environment. If CXXFLAGS from the environment contains different optimization flags, the override value will be appended. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org