Merge pull request #83 from rongjiecomputer/exception
[Bazel/MSVC] Don't use -fexceptions directly
This commit is contained in:
commit
b301ce157f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue