mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +03:00
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:
parent
4ccc28b8a8
commit
8308fcfec3
@ -48,6 +48,7 @@ build() {
|
||||
$( ((WITH_DEBUG)) || echo nostrip) \
|
||||
terse \
|
||||
optimize=-lto \
|
||||
hardening=-fortify \
|
||||
") \
|
||||
DEB_BUILD_PROFILES=$(awk '$1=$1' <<<"\
|
||||
$( ((WITH_TESTS)) || echo nocheck) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user