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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: