Commit b301ce15 by johnforestolson Committed by GitHub

Merge pull request #83 from rongjiecomputer/exception

[Bazel/MSVC] Don't use -fexceptions directly
parents f6eea948 da0d96c3
......@@ -110,7 +110,7 @@ cc_test(
name = "span_test",
size = "small",
srcs = ["span_test.cc"],
copts = ABSL_TEST_COPTS + ["-fexceptions"],
copts = ABSL_TEST_COPTS + ABSL_EXCEPTIONS_FLAG,
deps = [
":span",
"//absl/base:config",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment