Skip to content
Snippets Groups Projects
Unverified Commit b301ce15 authored by johnforestolson's avatar johnforestolson Committed by GitHub
Browse files

Merge pull request #83 from rongjiecomputer/exception

[Bazel/MSVC] Don't use -fexceptions directly
parents f6eea948 da0d96c3
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
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