Ignore:
Timestamp:
06/04/2021 12:06:48 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
Children:
730b5bc
Parents:
c98fc5b
Message:

first batch of meson --buildtype=release

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.