Split Makefile's DEBUG into DEBUG and PROFILE
commit991c13f664a12858f32974df952e531c42a63f7f
authorAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 2 Mar 2009 00:36:40 +0000 (1 22:36 -0200)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 2 Mar 2009 00:41:22 +0000 (1 22:41 -0200)
tree9707f6367be850269c88826d8123e940a4956fca
parent7b27277aed27424d3563aad21159926cf0334846
Split Makefile's DEBUG into DEBUG and PROFILE

There is no reason why a debug build should include the profile compiler
options, it just adds noise. This patch decouples the DEBUG option into
DEBUG and PROFILE.

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