]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Add fortify flag to gcc CI build 1360/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 19 Jul 2024 22:07:46 +0000 (18:07 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 22 Jul 2024 21:42:09 +0000 (17:42 -0400)
.github/workflows/build.yml

index 350ed3de536c48647159ba93759a1618cdca6e38..8d7d02e74d864d9b51f3916e7eb630fb81a12364 100644 (file)
@@ -26,6 +26,7 @@ jobs:
                     - name: linux-gcc
                       os: ubuntu-latest
                       compiler: gcc
+                      makevars: CPPFLAGS=-D_FORTIFY_SOURCE=3
         steps:
             - name: Checkout repository
               uses: actions/checkout@v1