Re: [GXemul-users] Compilation Error
Status: Alpha
Brought to you by:
gavare
From: Nigel H. <nj...@ba...> - 2010-03-22 08:57:16
|
> > If you add the -Winline flag to detect whenever things are inlined > beyond the default limits, you should probably also add necessary flags > to increase those limits. > > CXXFLAGS="-Winline --param max-inline-insns-single=XXXXX --param > large-function-growth=YYYYY --param > inline-unit-growth=ZZZZZ" ./configure > Ok - thanks, I'll play around with that. > or similar. > > > Anders > > -Nigel |