parent
112fa94402
commit
232ecf4a6f
11 changed files with 2489 additions and 1034 deletions
@ -1,11 +1,11 @@ |
|||||||
--- bazel/build_defs.bzl
|
--- upbc/bootstrap_compiler.bzl
|
||||||
+++ bazel/build_defs.bzl
|
+++ upbc/bootstrap_compiler.bzl
|
||||||
@@ -33,6 +33,8 @@ _DEFAULT_CPPOPTS.extend([
|
@@ -20,7 +20,7 @@ _upbc_base = "//upbc:protoc-gen-upb"
|
||||||
"-Wextra",
|
|
||||||
# "-Wshorten-64-to-32", # not in GCC (and my Kokoro images doesn't have Clang)
|
# begin:github_only
|
||||||
"-Werror",
|
_is_google3 = False
|
||||||
+ # TODO(b/265232445) This is required due to https://github.com/abseil/abseil-cpp/issues/1201.
|
-_extra_proto_path = "-Iexternal/com_google_protobuf/src "
|
||||||
+ "-Wno-deprecated",
|
+_extra_proto_path = "-Isrc "
|
||||||
"-Wno-unused-parameter",
|
# end:github_only
|
||||||
"-Wno-long-long",
|
|
||||||
])
|
def _upbc(stage):
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue