Merge pull request #83 from rongjiecomputer/exception

[Bazel/MSVC] Don't use -fexceptions directly
pull/72/merge
johnforestolson 7 years ago committed by GitHub
commit b301ce157f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      absl/types/BUILD.bazel

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

Loading…
Cancel
Save