[SDL] Make doesn't support user CFLAGS
Mike Frysinger
vapier at gentoo.org
Fri Mar 10 15:01:10 PST 2006
On Friday 10 March 2006 17:11, Julien Lecomte wrote:
> Using CVS version of SDL; if you don't specify CFLAGS in the `configure'
> command line but rather in the `make' command line, it overwrites the
> Makefile's CFLAGS, thus compilation is not possible (ie. the $INCLUDES
> aren't included.)
this is normal behavior ...
CFLAGS="-O2" make
should work
-mike
More information about the SDL
mailing list