Merge "Revert work around clang-tidy segmentation fault."
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
cc_library {
|
||||
name: "libplatformprotos",
|
||||
host_supported: true,
|
||||
// b/34740546, work around clang-tidy segmentation fault.
|
||||
tidy_checks: ["-modernize*"],
|
||||
proto: {
|
||||
export_proto_headers: true,
|
||||
include_dirs: ["external/protobuf/src"],
|
||||
|
||||
@@ -32,7 +32,4 @@ cc_binary_host {
|
||||
],
|
||||
|
||||
cflags: ["-Wno-unused-parameter"],
|
||||
|
||||
// b/34740546, work around clang-tidy segmentation fault.
|
||||
tidy_checks: ["-modernize*"],
|
||||
}
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
// ==========================================================
|
||||
cc_binary_host {
|
||||
name: "incident-section-gen",
|
||||
// b/34740546, work around clang-tidy segmentation fault.
|
||||
tidy_checks: ["-modernize*"],
|
||||
cflags: [
|
||||
"-g",
|
||||
"-O0",
|
||||
|
||||
Reference in New Issue
Block a user