[Bazel/MSVC] Don't use -fexceptions directly
This commit is contained in:
parent
cf1db73d2a
commit
da0d96c349
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ cc_test(
|
||||||
name = "span_test",
|
name = "span_test",
|
||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["span_test.cc"],
|
srcs = ["span_test.cc"],
|
||||||
copts = ABSL_TEST_COPTS + ["-fexceptions"],
|
copts = ABSL_TEST_COPTS + ABSL_EXCEPTIONS_FLAG,
|
||||||
deps = [
|
deps = [
|
||||||
":span",
|
":span",
|
||||||
"//absl/base:config",
|
"//absl/base:config",
|
||||||
|
|
Loading…
Reference in a new issue