Re: [pcre-dev] coff file info and data

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: pcre-dev
CC: pcre-dev
Subject: Re: [pcre-dev] coff file info and data
} I'm not sure the -g is right for a production library,
} though. Anybody have views on that?

What I've done in other projects is -g + strip. This ends up the same
size as just omitting the -g, but this way, if you get a core file and
need to look inside pcre, you can just recompile pcre with -g (and
without strip), and all the addresses will still be right.

craig