scons: fix sanitizer flags with multiple sanitizers
authorJoe Gross <joseph.gross@amd.com>
Mon, 28 Nov 2016 17:44:54 +0000 (12:44 -0500)
committerJoe Gross <joseph.gross@amd.com>
Mon, 28 Nov 2016 17:44:54 +0000 (12:44 -0500)
commit4b7bc5b1e1915915a746af16d36de1d006db8700
tree6c2fd84c7ecc9172297e23ce7d5a7ba336ca1b11
parentfaaf2d396fb8c1e1b35efc6ef37f7632009fac1e
scons: fix sanitizer flags with multiple sanitizers

There has been some problem when using address and undefined-behavior
sanitizers at the same time. This patch will look for the special case
where both are enabled at once and change the flags passed to the compiler
to reflect this.
src/SConscript