aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/jsoncpp.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/jsoncpp.BUILD')
-rw-r--r--third_party/jsoncpp.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/jsoncpp.BUILD b/third_party/jsoncpp.BUILD
index ce672a72ec..65f98410b2 100644
--- a/third_party/jsoncpp.BUILD
+++ b/third_party/jsoncpp.BUILD
@@ -22,6 +22,7 @@ cc_library(
"include/json/value.h",
"include/json/writer.h",
],
+ copts = ["-DJSON_USE_EXCEPTION=0"],
includes = ["include"],
visibility = ["//visibility:public"],
deps = [":private"],