> For the sake of debugging Emacs most easily, I suggest compiling Emacs
 > with options -O0 -fno-inline -g.  I always compile that way.
 > It runs plenty fast without optimization, and I prefer the
 > greater debugging convenience.

With no options and gcc, configure uses "-g -O2".  Maybe that should be
changed.

According to the manual -O0 implies -fno-inline.

I use "-g3" which results in a much larger executable, but means I can use
GDB to expand/evaluate Emacs' many macros.


-- 
Nick                                           http://www.inet.net.nz/~nickrob


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to