mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
bubblewrap: add --buildtype=release for meson
This commit is contained in:
parent
aa0f608027
commit
3d8a5921d6
@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
<screen><userinput>mkdir build &&
|
<screen><userinput>mkdir build &&
|
||||||
cd build &&
|
cd build &&
|
||||||
meson --prefix=/usr .. &&
|
meson --prefix=/usr --buildtype=release .. &&
|
||||||
ninja</userinput></screen>
|
ninja</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -119,6 +119,13 @@ ninja</userinput></screen>
|
|||||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
<sect2 role="commands">
|
||||||
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
|
href="../../xincludes/meson-buildtype-release.xml"/>
|
||||||
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="content">
|
<sect2 role="content">
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user