From 24a65097b8a857a9ec6b072f1715f3ceb55ace39 Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:17:07 +0000 Subject: [PATCH] GHA CI: Bump `FORTIFY_SOURCE` hardening flag to `3` --- .github/workflows/ci_ubuntu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_ubuntu.yaml b/.github/workflows/ci_ubuntu.yaml index b586d8cd2..04d999929 100644 --- a/.github/workflows/ci_ubuntu.yaml +++ b/.github/workflows/ci_ubuntu.yaml @@ -25,7 +25,7 @@ jobs: env: boost_path: "${{ github.workspace }}/../boost" - harden_flags: "-D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS" + harden_flags: "-D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS" libtorrent_path: "${{ github.workspace }}/../libtorrent" steps: