Added COPTS to :port.
diff --git a/BUILD b/BUILD
index 9dbb3d5..2974971 100644
--- a/BUILD
+++ b/BUILD
@@ -6,8 +6,8 @@
 load(
     "//bazel:upb_proto_library.bzl",
     "upb_proto_library",
-    "upb_proto_reflection_library",
     "upb_proto_library_copts",
+    "upb_proto_reflection_library",
 )
 
 # copybara:strip_for_google3_begin
@@ -49,6 +49,7 @@
     srcs = [
         "upb/port.c",
     ],
+    copts = UPB_DEFAULT_COPTS,
     textual_hdrs = [
         "upb/port_def.inc",
         "upb/port_undef.inc",