|
From: | Adam Fedor |
Subject: | Re: [RFC]: Treat CFLAGS like LDFLAGS |
Date: | Mon, 20 Oct 2003 08:30:38 -0600 |
On Monday, October 20, 2003, at 04:52 AM, Nicola Pero wrote:
This patch makes a minor change so that CFLAGS passed into configure when configuring gnustep-make will be used when compiling all C and ObjC source.Looks nice to me. I wonder if we should make a difference between CFLAGSand OBJCFLAGS (in case, for example, you want to pass an ObjC specific flag such as -Wno-protocol, which the C compiler might not like).
I've thought about that. OBJCFLAGS is not something people are typically used to using, but we could still change configure to accept it and pass it on to config.make in the rare case that someone wanted to use it.
[Prev in Thread] | Current Thread | [Next in Thread] |