SConstruct: split the functionality of the DEBUG option. DEBUG_BUILD (default: false...
commit1df4d8d9fd16512a1ab81dcd24b4c76561d48b84
authorjwoithe <jwoithe@2be59082-3212-0410-8809-b0798e1608f0>
Mon, 5 May 2014 12:49:36 +0000 (5 12:49 +0000)
committerjwoithe <jwoithe@2be59082-3212-0410-8809-b0798e1608f0>
Mon, 5 May 2014 12:49:36 +0000 (5 12:49 +0000)
tree8d5188a28309bd53f2464a0ab8035f9ad8d067cc
parent639d05a344ef444debede5f81588cb5d21eaba69
SConstruct: split the functionality of the DEBUG option.  DEBUG_BUILD (default: false) enables '-Wall -g' during compiling.  DEBUG (default: true) includes code to support debug messages which are handy for many users when tracking down problems.  There is a performance penalty associated with DEBUG but at present the advantages probably outweigh the disadvantages.  The option name DEBUG was retained to avoid a need to propagate a name change throughout the code.

git-svn-id: svn+ssh://ffado.org/ffado/trunk@2507 2be59082-3212-0410-8809-b0798e1608f0
libffado/SConstruct