mkosi: Explicitly disable fortify for debian/ubuntu

We do the same for the other distributions, so let's do so for
debian/ubuntu as well.
This commit is contained in:
Daan De Meyer
2024-04-22 10:49:32 +02:00
parent 4ccc28b8a8
commit 8308fcfec3

View File

@@ -48,6 +48,7 @@ build() {
$( ((WITH_DEBUG)) || echo nostrip) \
terse \
optimize=-lto \
hardening=-fortify \
") \
DEB_BUILD_PROFILES=$(awk '$1=$1' <<<"\
$( ((WITH_TESTS)) || echo nocheck) \