mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Add --buildtype=release for all packages that need it through Chapter 13.
This commit is contained in:
parent
2f0010a951
commit
b7e2ce47c2
@ -8,7 +8,7 @@
|
||||
<!ENTITY babl-download-ftp " ">
|
||||
<!ENTITY babl-md5sum "bda974863edb0fd31fb7715575906c65">
|
||||
<!ENTITY babl-size "296 KB">
|
||||
<!ENTITY babl-buildsize "19 MB (with tests)">
|
||||
<!ENTITY babl-buildsize "9.4 MB (with tests)">
|
||||
<!ENTITY babl-time "0.1 SBU (with tests)">
|
||||
]>
|
||||
|
||||
@ -98,7 +98,7 @@
|
||||
<screen><userinput>mkdir bld &&
|
||||
cd bld &&
|
||||
|
||||
meson --prefix=/usr .. &&
|
||||
meson --prefix=/usr --buildtype=release .. &&
|
||||
ninja </userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<!ENTITY gegl-download-ftp " ">
|
||||
<!ENTITY gegl-md5sum "6ae601b8c7cab8af5a36406df0b95ebf">
|
||||
<!ENTITY gegl-size "5.2 MB">
|
||||
<!ENTITY gegl-buildsize "89 MB (with tests)">
|
||||
<!ENTITY gegl-buildsize "60 MB (with tests)">
|
||||
<!ENTITY gegl-time "0.5 SBU (Using parallelism=4; with tests)">
|
||||
]>
|
||||
|
||||
@ -149,7 +149,7 @@
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr .. &&
|
||||
meson --prefix=/usr --buildtype=release .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<!ENTITY sysprof-download-ftp "&gnome-download-ftp;/sysprof/&gnome-minor-40;/sysprof-&sysprof-version;.tar.xz">
|
||||
<!ENTITY sysprof-md5sum "05d1399cb3ab923b03603b10acd8d40e">
|
||||
<!ENTITY sysprof-size "460 KB">
|
||||
<!ENTITY sysprof-buildsize "29 MB">
|
||||
<!ENTITY sysprof-buildsize "20 MB">
|
||||
<!ENTITY sysprof-time "0.1 SBU (using parallelism=4)">
|
||||
|
||||
]>
|
||||
@ -102,7 +102,7 @@
|
||||
<screen revision="sysv"><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr -Dsystemdunitdir=/tmp .. &&
|
||||
meson --prefix=/usr --buildtype=release -Dsystemdunitdir=/tmp .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<screen revision="systemd"><userinput>mkdir build &&
|
||||
|
@ -8,7 +8,7 @@
|
||||
<!ENTITY elogind-download-ftp " ">
|
||||
<!ENTITY elogind-md5sum "32ab2201281f14738d9c045f3669c14d">
|
||||
<!ENTITY elogind-size "1.5 MB">
|
||||
<!ENTITY elogind-buildsize "66 MB (with tests)">
|
||||
<!ENTITY elogind-buildsize "41 MB (with tests)">
|
||||
<!ENTITY elogind-time "0.2 SBU (with parallelism=4)">
|
||||
]>
|
||||
|
||||
@ -157,6 +157,7 @@ File systems --->
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Dcgroup-controller=elogind \
|
||||
-Ddbuspolicydir=/etc/dbus-1/system.d \
|
||||
-Dman=auto \
|
||||
|
@ -9,7 +9,7 @@
|
||||
<!ENTITY sshfs-download-ftp " ">
|
||||
<!ENTITY sshfs-md5sum "86dcc81a1381c3e6863c97e684501bb6">
|
||||
<!ENTITY sshfs-size "52 KB">
|
||||
<!ENTITY sshfs-buildsize "1.8 MB">
|
||||
<!ENTITY sshfs-buildsize "0.9 MB">
|
||||
<!ENTITY sshfs-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -103,7 +103,7 @@
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr .. &&
|
||||
meson --prefix=/usr --buildtype=release .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user