Skip to content

Commit 507ac49

Browse files
authored
fix build failed on windows (#99)
Using the current default configuration, build failed on Windows.
1 parent e5d747f commit 507ac49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ build --enable_platform_specific_config
22
build --features=-supports_dynamic_linker
33
build --cxxopt=-std=c++17
44
build:windows --cxxopt=-std:c++17
5+
build:windows --copt=/wd4716
56

67
try-import %workspace%/user.bazelrc

0 commit comments

Comments
 (0)