Ignore:
Timestamp:
06/04/2021 12:06:48 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
730b5bc
Parents:
c98fc5b
Message:

first batch of meson --buildtype=release

Location:
gnome/applications
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/evince.xml

    rc98fc5b r20f070d8  
    140140cd    build &amp;&amp;
    141141
    142 meson --prefix=/usr -Dgtk_doc=false -Dsystemduserunitdir=no .. &amp;&amp;
     142meson --prefix=/usr       \
     143      --buildtype=release \
     144      -Dgtk_doc=false     \
     145      -Dsystemduserunitdir=no .. &amp;&amp;
    143146ninja</userinput></screen>
    144147
     
    146149cd    build &amp;&amp;
    147150
    148 meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
     151meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
    149152ninja</userinput></screen>
    150153
     
    166169  <sect2 role="commands">
    167170    <title>Command Explanations</title>
     171
     172    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     173      href="../../xincludes/meson-buildtype-release.xml"/>
     174
    168175    <!--
    169176    <para>
  • gnome/applications/gnome-weather.xml

    rc98fc5b r20f070d8  
    105105cd    build &amp;&amp;
    106106
    107 meson --prefix=/usr .. &amp;&amp;
     107meson --prefix=/usr --buildtype=release .. &amp;&amp;
    108108ninja</userinput></screen>
    109109
     
    120120<screen role="root"><userinput>ninja install</userinput></screen>
    121121
     122  </sect2>
     123
     124  <sect2 role="commands">
     125    <title>Command Explanations</title>
     126
     127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     128      href="../../xincludes/meson-buildtype-release.xml"/>
    122129  </sect2>
    123130
  • gnome/applications/seahorse.xml

    rc98fc5b r20f070d8  
    123123cd    build &amp;&amp;
    124124
    125 meson --prefix=/usr .. &amp;&amp;
     125meson --prefix=/usr --buildtype=release .. &amp;&amp;
    126126ninja</userinput></screen>
    127127
     
    139139
    140140  <sect2 role="commands">
    141       <title>Command Explanations</title>
     141    <title>Command Explanations</title>
     142
     143    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     144      href="../../xincludes/meson-buildtype-release.xml"/>
    142145
    143146      <para>
Note: See TracChangeset for help on using the changeset viewer.