diff --git a/cc/sanitize.go b/cc/sanitize.go index d32efda43..60ba5dce0 100644 --- a/cc/sanitize.go +++ b/cc/sanitize.go @@ -38,8 +38,6 @@ var ( asanLdflags = []string{"-Wl,-u,__asan_preinit"} hwasanCflags = []string{"-fno-omit-frame-pointer", "-Wno-frame-larger-than=", - "-fsanitize-hwaddress-abi=platform", - "-fno-experimental-new-pass-manager", // The following improves debug location information // availability at the cost of its accuracy. It increases // the likelihood of a stack variable's frame offset