From 3066dc24684d43bca71954d1be490f178449ec0c Mon Sep 17 00:00:00 2001 From: enm10k Date: Tue, 16 Jan 2024 22:46:42 +0900 Subject: [PATCH] =?UTF-8?q?Lyra=20=E3=81=B8=E3=81=AE=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=81=8C=E6=BC=8F=E3=82=8C=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E8=BF=BD=E5=8A=A0=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- third_party/lyra/toolchain/linux_x86_64/BUILD.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/lyra/toolchain/linux_x86_64/BUILD.tpl b/third_party/lyra/toolchain/linux_x86_64/BUILD.tpl index 6052c5aa..0c8fc3fd 100644 --- a/third_party/lyra/toolchain/linux_x86_64/BUILD.tpl +++ b/third_party/lyra/toolchain/linux_x86_64/BUILD.tpl @@ -90,6 +90,7 @@ cc_toolchain_config( "-D_LIBCPP_ABI_NAMESPACE=Cr", "-D_LIBCPP_ABI_VERSION=2", "-D_LIBCPP_DISABLE_AVAILABILITY", + '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE', ], link_flags = [ "-Wl,-no-as-needed",