Skip to content

Commit 193c282

Browse files
committed
Don't update hermetic toolchain
1 parent 5b31f4f commit 193c282

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cc/toolchains/llvm/cc_toolchain_config.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def cc_toolchain_config(
4444
"--target=" + target_system_name,
4545
# Security
4646
"-U_FORTIFY_SOURCE", # https://github.com/google/sanitizers/issues/247
47+
"-fstack-protector",
4748
"-fno-omit-frame-pointer",
4849
# Math
4950
# This controls whether the compiler allows contracting floating point operations.

cc/toolchains/llvm20/cc_toolchain_config.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def cc_toolchain_config(
4444
"--target=" + target_system_name,
4545
# Security
4646
"-U_FORTIFY_SOURCE", # https://github.com/google/sanitizers/issues/247
47+
"-fstack-protector",
4748
"-fno-omit-frame-pointer",
4849
# Math
4950
# This controls whether the compiler allows contracting floating point operations.

0 commit comments

Comments
 (0)