Skip to content

Commit bb889db

Browse files
committed
fix: compile pthreadpool successfully
1 parent 0ecb937 commit bb889db

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
@@ -19,6 +19,7 @@ build:linux --copt=-w
1919
build:windows --cxxopt=/std:c++17
2020
build:windows --host_cxxopt=/std:c++17
2121
build:windows --copt=/w
22+
build:windows --copt=/std:c11
2223
# For using M_* math constants on Windows with MSVC.
2324
build:windows --copt=/D_USE_MATH_DEFINES
2425
build:windows --host_copt=/D_USE_MATH_DEFINES

0 commit comments

Comments
 (0)