[EMAIL PROTECTED] wrote:
jfclere     2005/06/21 03:31:41
  Log:
  -Wall is only for gcc.


That's true. But if your 'cc' doesn't support
the -Wall then make CFLASG with some platform
switch rather then interfering with 99% of others that are using gcc.
The -Wall is very valuable when dealing with compile warnings,
and that was the main reason what the --enable-maintainer-mode
was added at the first place. It makes no sense without.


  -        CFLAGS="${CFLAGS} -DDEBUG -Wall"
  +        CFLAGS="${CFLAGS} -DDEBUG"

I would prefer that you add some platform case/esac that will
in ReliantUnix case add what ever you wish to the CFLAGS.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to