Split the default CFLAGS in optional and mandatory parts
commit3fd76c54a0a2cd4a6b611cb428b5143a5f86f6e4
authorAlberto Bertogli <albertito@blitiri.com.ar>
Sun, 22 Feb 2009 07:09:24 +0000 (22 05:09 -0200)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Sun, 22 Feb 2009 07:09:24 +0000 (22 05:09 -0200)
tree022e74c4d01fc69a2aa65b3d2e1db461f30b3747
parent9143f7fa888869ed2d88a95886f35e089f6948a7
Split the default CFLAGS in optional and mandatory parts

The library cannot be built without some flags, so split CFLAGS in two,
making it easier for the user to pass them in the command line without
having to include the mandatory ones.

While at it, also pass the flags when linking, because there may be
relevant flags. We should use LDFLAGS for this, tho; but for now we'll
take the simpler approach.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
Makefile