aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-06-04 21:04:31 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-06-04 21:05:13 +0800
commit06cdaed873b0a951bdf97b70d65428df87bf4670 (patch)
tree296fffc8e509fbeba3b43e721ed84368e19d003d
parent9c53f9d20fd4624cb7b3ce29cf420cd9d7a21fa4 (diff)
systemd: sync with BLFS
-rw-r--r--chapter08/systemd.xml11
1 files changed, 10 insertions, 1 deletions
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 \
@@ -92,6 +92,15 @@ meson --prefix=/usr \
<title>The meaning of the meson options:</title>
<varlistentry>
+ <term><parameter>--buildtype=release</parameter></term>
+ <listitem>
+ <para>This switch overrides the default buildtype
+ (<quote>debug</quote>), which would produce unoptimized
+ binaries.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><parameter>-Ddefault-dnssec=no</parameter></term>
<listitem>
<para>This switch turns off the experimental DNSSEC support.</para>