mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09: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:
@@ -48,6 +48,7 @@ build() {
|
||||
$( ((WITH_DEBUG)) || echo nostrip) \
|
||||
terse \
|
||||
optimize=-lto \
|
||||
hardening=-fortify \
|
||||
") \
|
||||
DEB_BUILD_PROFILES=$(awk '$1=$1' <<<"\
|
||||
$( ((WITH_TESTS)) || echo nocheck) \
|
||||
|
||||
Reference in New Issue
Block a user