Skip to content

Commit

Permalink
[Bazel/MSVC] Don't use -fexceptions directly
Browse files Browse the repository at this point in the history
  • Loading branch information
rongjiecomputer committed Jan 25, 2018
1 parent cf1db73 commit da0d96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absl/types/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit da0d96c

Please sign in to comment.