This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Memory leaks?
- To: tudor.hulubei@data.ecora.com
- Subject: Re: Memory leaks?
- From: Mike Stump <mrs@wrs.com>
- Date: Tue, 31 Aug 1999 18:09:28 -0700 (PDT)
- Cc: gcc@gcc.gnu.org
> Date: Tue, 31 Aug 1999 20:00:17 -0400 (EDT)
> From: Tudor Hulubei <tudor.hulubei@data.ecora.com>
> To: Mike Stump <mrs@wrs.com>
> Cc: gcc@gcc.gnu.org
> On Tuesday, 31 August 1999, Mike Stump wrote:
> > Don't inline. I think you will find the problem goes away.
> You mean removing -finline-functions?
No. -fno-inline and -fno-inline-functions or some such spelling, see
the manual.