From 06cdaed873b0a951bdf97b70d65428df87bf4670 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 4 Jun 2021 21:04:31 +0800 Subject: [PATCH] systemd: sync with BLFS --- chapter08/systemd.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index d7822398c..002f6d749 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -72,8 +72,8 @@ LANG=en_US.UTF-8 \ meson --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --buildtype=release \ -Dblkid=true \ - -Dbuildtype=release \ -Ddefault-dnssec=no \ -Dfirstboot=false \ -Dinstall-tests=false \ @@ -91,6 +91,15 @@ meson --prefix=/usr \ The meaning of the meson options: + + --buildtype=release + + This switch overrides the default buildtype + (debug), which would produce unoptimized + binaries. + + + -Ddefault-dnssec=no