Remove hardcoded "-fsanitize=address"
"-fsanitize=address" which pulls in asan does not work with other sanitizers like msan/tsan etc.
Based on original change by manojgupta@chromium.org.
Signed-off-by: David Riley davidriley@chromium.org Reviewed-by: Lepton Wu lepton@chromium.org