On date Tuesday 2009-08-04 10:01:33 +0200, Benjamin Wolsey gnashed: > > 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.
Is the debugger supposed to be fixed or dropped? > > 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. Thanks, that worked (I was looking for something like --enable-debug). Regards. _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

