scons: fix how flags are passed to the compiler when more than one sanitizer at a time is enabled
Review Request #3745 - Created Nov. 23, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Joe Gross | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
| atgutier | |
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.
local build
