Skip to content
Snippets Groups Projects
Commit da0d96c3 authored by Loo Rong Jie's avatar Loo Rong Jie
Browse files

[Bazel/MSVC] Don't use -fexceptions directly

parent cf1db73d
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ cc_test( ...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment