Makefile: add $(DEVELOPER_CFLAGS) variable
commit51dd3e81d4b5098d7eca9a1370616b8e8f7784c2
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Wed, 1 Jun 2016 08:00:08 +0000 (1 10:00 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Jun 2016 15:17:15 +0000 (1 08:17 -0700)
tree2c97678646bcb62511a89a8df042663c3ead21aa
parentd615628c354ad2aaf3f3f37b3f84ddcc7c3537c6
Makefile: add $(DEVELOPER_CFLAGS) variable

This does not change the behavior, but allows the user to tweak
DEVELOPER_CFLAGS on the command-line or in a config.mak* file if
needed.

This also makes the code somewhat cleaner as it follows the pattern

<initialisation of variables>
<include statements>
<actual build logic>

by specifying which flags to activate in the first part, and actually
activating them in the last one.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile