"Kevin H. Hobbs" <hob...@ohiou.edu> writes:
> On 08/05/2010 07:07 PM, tom fogal wrote:
> > Brian Paul <bri...@vmware.com> writes:
> >> My other hunch is something is duplicated in the libOSMesa and libGL
> >> libraries that's causing things to blow up in general.
> >>
> > Do note that both of these issues are from the
> > pre-"-fvisibility=3Dhidd= en by default" days, [. . .]
> 
> my git bisect script uses :
> 
> make -j8  linux-x86-64-debug
> 
> so -fvisibility=3Dhidden is not added to the command line of the
> builds in the git bisection.

Oh.  Can you add it into your bisect script and try again?

  sed -i "s,OPT_FLAGS = -g,OPT_FLAGS=-g -fvisibility=hidden," linux-x86-64-debug

Should do it.

-tom
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to