Ethereal-dev: Re: [Ethereal-dev] NetXray / Sniffer Time Codes

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Mon, 12 Feb 2001 15:20:48 -0500
On Mon, Feb 12, 2001 at 03:03:55PM -0500, Chris Jepeway wrote:
> 
> At some point, I'm going to take a whack at changing
> the auto* system so it'll be possible to pass in flags
> to the compiler without wrecking the include paths
> it gets from the -I flags.  So, eg, something like
> 
> 	make CFLAGS=-finline-functions
> 
> would work.  This, instead of
> 
> 	make CC='gcc -finline-functions'

Does:

	CFLAGS=-finline-functions ./configure

(and then make, of course)

not work for you?

--gilbert