[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: "additional CFLAGS" configure option (ITS#1796)
At 08:57 PM 2002-05-03, kervin@blueprint-tech.com wrote:
>Full_Name: Kervin Pierre
>Version:
>OS:
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (65.186.68.157)
>
>
>
>This is a feature request for a "--additional-cflags" configure flag, to allow a
>more convenient way for adjusting the compiler config without having to set
>$CFLAGS, which has to be unset when done.
A convenient mechanisms already exists. See env(1) or the man
page of your shell to see how to set environment variables
for just one command.
>The C flags are appended and do not
>replace the default flags.
env CFLAGS="-g $CFLAGS" ./configure
>If this is desirable can produce the patch.
No need, feature already exists.
Kurt