GHA CI: Bump FORTIFY_SOURCE hardening flag to 3

PR #22248.
This commit is contained in:
xavier2k6
2025-02-08 09:00:10 +00:00
committed by GitHub
parent dc10b88cec
commit f8469d02f7

View File

@@ -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: