automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automake and libltdl


From: Ralf Wildenhues
Subject: Re: Automake and libltdl
Date: Wed, 6 Oct 2004 21:19:25 +0200
User-agent: Mutt/1.5.6+20040722i

* Thomas Degris wrote on Mon, Oct 04, 2004 at 11:35:53PM CEST:
> 
> I am using Automake (and autoconf) and libltdl in my package. I would 
> like to know what is the best way to add a --enable-debug option to my 
> configure.ac file to compile my package and the libltdl library with 
> -ggdb3 flag (and most important: remove this -O2 flag which I don't know 
> where it comes from).

Why don't you just use
  path/to/configure CFLAGS=-ggdb3
?

Removes the default of '-g -O2' (or similar) and is even less typing
than --enable-debug.

Regards,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]