Re: add one compiler argument to CFLAGS

2005-06-02 Thread Wes Hardaker
> On Thu, 2 Jun 2005 15:27:49 +0800, "Jim Su" <[EMAIL PROTECTED]> said: Jim> --with-cflags="-g -O2 -DPROD_VERSION=411" Jim> The make ran successfully. Just want to double check with the Jim> experienced users see if this is a correct way to add additional Jim> compiler argument. That's corre

add one compiler argument to CFLAGS

2005-06-02 Thread Jim Su
Hi Greeting: I'd like to add one compiler argument to CFLAGS. I have read the configure file. It doesn't say how to add an additional variable (e.g -DPROD_VERSION=123). From "configure -help" To assign environment variables (e.g., CC, CFLAGS...), specify them as V