diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 6893a4320..8bc1b959f 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