Skip to content

Commit da0f1ac

Browse files
committed
No stack protection
1 parent 724d981 commit da0f1ac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cc/toolchains/llvm/cc_toolchain_config.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ 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",
4847
"-fno-omit-frame-pointer",
4948
# Math
5049
# This controls whether the compiler allows contracting floating point operations.

cc/toolchains/llvm20/cc_toolchain_config.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ 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",
4847
"-fno-omit-frame-pointer",
4948
# Math
5049
# This controls whether the compiler allows contracting floating point operations.

0 commit comments

Comments
 (0)