aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>