> Fix compiler warnings. > > Always pass as Global_as to to_object(). Drop more direct use of > builtin_function. > > but then I wonder why I'm the only one with this issue. >
That's because you are the only one who builds the debugger. > BTW, can you suggest some method for disabling optimization - apart > from manually editing Makefiles and friends? gnash compilation in my > machine is painfully slow, also I would be able to debug the compiled > code. > Set the environment variable CXXFLAGS=-O0 during configure. -- The current release of Gnash is 0.8.5 http://www.gnu.org/software/gnash/ Benjamin Wolsey, Software Developer - http://benjaminwolsey.de
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

