[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", | ||||
|     size = "small", | ||||
|     srcs = ["span_test.cc"], | ||||
|     copts = ABSL_TEST_COPTS + ["-fexceptions"], | ||||
|     copts = ABSL_TEST_COPTS + ABSL_EXCEPTIONS_FLAG, | ||||
|     deps = [ | ||||
|         ":span", | ||||
|         "//absl/base:config", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue