config: Split debug build from debug symbols
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 13 Aug 2012 17:09:33 +0000 (18:09 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 13 Aug 2012 17:09:33 +0000 (18:09 +0100)
commit38ce7ce35a667e7382da8b74c245b6cbf7ad7c5b
tree5ae1bdd07fca5d5c0b7a6c5fddbdd6a1b56d6657
parent1b7378d1b6289cc417c35bf1675d188390534643
config: Split debug build from debug symbols

RPM based packaging systems expect binaries to have debug symbols which get
placed in a separate debuginfo RPM.

Split the concept of a debug build up so that binaries can be built with
debugging symbols without having the other gubbins which $(debug) implies, most
notibly frame pointers.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Tested-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Config.mk