Merge pull request #83 from rongjiecomputer/exception

[Bazel/MSVC] Don't use -fexceptions directly
This commit is contained in:
johnforestolson 2018-01-26 16:31:24 -05:00 committed by GitHub
commit b301ce157f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",