| diff --git a/BUILD.bazel b/BUILD.bazel | |
| --- a/BUILD.bazel | |
| +++ b/BUILD.bazel | |
| cc_library( | |
| ], | |
| copts = select({ | |
| - "@platforms//os:windows": [], | |
| + "@platforms//os:windows": [ | |
| + "-fno-stack-protector", | |
| + "-mno-stack-arg-probe", | |
| + ], | |
| "//conditions:default": ["-std=c99"], | |
| }), | |
| defines = select({ | |