I've watched the C compilations go by, and -g is already in the flags. If I look at shell/.libs/evolution, it's got symbols in it. The problem is that make install strips them.
On Thu, Apr 11, 2013 at 2:27 PM, Matthew Barnes <[email protected]> wrote: > On Thu, 2013-04-11 at 13:41 -0700, Bob Purvy wrote: >> How do I keep the symbols from getting removed on 'make install' ? >> I'm using 2.4.2.1, which I know is way old, but I have to use it for >> reasons you don't want to know. > > Add -g to your CFLAGS environment variable and rebuild everything. > > http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html > > Matthew Barnes > > _______________________________________________ evolution-hackers mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-hackers
