aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
index 717b2dc..ed993c5 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -6,6 +6,8 @@ common --experimental_repo_remote_exec
common --cxxopt=-std=c++17
common --host_cxxopt=-std=c++17
common --copt=-w
+common --copt=-U_FORTIFY_SOURCE
+common --copt=-D_FORTIFY_SOURCE=2
# Address sanitizer
# bazel build --config asan