We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b31f4f commit 193c282Copy full SHA for 193c282
cc/toolchains/llvm/cc_toolchain_config.bzl
@@ -44,6 +44,7 @@ def cc_toolchain_config(
44
"--target=" + target_system_name,
45
# Security
46
"-U_FORTIFY_SOURCE", # https://github.com/google/sanitizers/issues/247
47
+ "-fstack-protector",
48
"-fno-omit-frame-pointer",
49
# Math
50
# This controls whether the compiler allows contracting floating point operations.
cc/toolchains/llvm20/cc_toolchain_config.bzl
0 commit comments