Hi Bruno, Bruno Haible <[email protected]> writes:
> Ludovic Courtès wrote: >> However, why do you have -Wall in CPPFLAGS, instead of CFLAGS, in the >> first place? :-) > > Because CPPFLAGS=-Wall is shorter to type than CFLAGS="-g -O2 -Wall", > and I know that -Wall has no effect when linking a program or library. Sure, but it’s not a cpp flag, right? What I mean is that we won’t prevent you from shooting yourself in the foot. ;-) I only ever use CPPFLAGS for -I flags and can’t think of other likely uses. Thanks, Ludo’.
