remove the copts, that's unusual
diff --git a/BUILD.bazel b/BUILD.bazel
index f615307..abbf21c 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -22,10 +22,6 @@
         "include/json/version.h",
         "include/json/writer.h",
     ],
-    copts = [
-        "-DJSON_USE_EXCEPTION=1",
-        "-DJSON_HAS_INT64",
-    ],
     includes = ["include"],
     visibility = ["//visibility:public"],
     deps = [":private"],