Remove explicit -fsanitize=memory from BUILD.gn.
There is no need to explicitly do this, because when the GN argument is_msan is True, the -fsanitize=memory is added by the toolchain. Bug: None Change-Id: Id21dbd56df65636ca038e1abccaada0f44abfbb0 Reviewed-on: https://webrtc-review.googlesource.com/c/116992 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26236}
This commit is contained in:
parent
dc71420e78
commit
eb0de2284e
@ -1350,9 +1350,6 @@ if (rtc_include_tests) {
|
||||
|
||||
rtc_source_set("rtc_base_approved_unittests") {
|
||||
testonly = true
|
||||
if (is_msan) {
|
||||
cflags = [ "-fsanitize=memory" ]
|
||||
}
|
||||
sources = [
|
||||
"atomic_ops_unittest.cc",
|
||||
"base64_unittest.cc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user