Mladen Turk wrote:
William A. Rowe, Jr. wrote:
At 02:01 AM 6/23/2005, Mladen Turk wrote:
-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.
William A. Rowe, Jr. wrote:
At 02:01 AM 6/23/2005, Mladen Turk wrote:
-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.
Conversely, a compil
At 02:01 AM 6/23/2005, Mladen Turk wrote:
>[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
[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 wit
Remy Maucherat wrote:
jean-frederic clere wrote:
-Wall will not wrong on every machine, for example on ReliantUnix:
+++
$ cc -Wall toto.c -o toto
cc: [warning]: CDR9977 invalid option '-Wall' ignored
+++
Mladen is away for two days, so you won't get a reply right away.
Ok, I will fix i
jean-frederic clere wrote:
-Wall will not wrong on every machine, for example on ReliantUnix:
+++
$ cc -Wall toto.c -o toto
cc: [warning]: CDR9977 invalid option '-Wall' ignored
+++
Mladen is away for two days, so you won't get a reply right away.
Rémy
[EMAIL PROTECTED] wrote:
mturk 2005/06/18 06:04:42
Modified:jni/native configure.in
Log:
Add --enable-maintainer-mode to the configure options, so that
statistics gets compiled in when configure is called with that option.
Revision ChangesPath
1.6 +20 -5