Ignore:
Timestamp:
06/04/2021 12:57:26 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
a98eed9
Parents:
730b5bc
Message:

more --buildtype=release addition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/mutter.xml

    r730b5bc radf17153  
    156156cd    build &amp;&amp;
    157157
    158 meson --prefix=/usr .. &amp;&amp;
     158meson --prefix=/usr --buildtype=debugoptimized .. &amp;&amp;
    159159ninja</userinput></screen>
    160160
     
    174174<screen role="root"><userinput>ninja install</userinput></screen>
    175175
     176  </sect2>
     177
     178  <sect2 role="commands">
     179    <title>Command Explanations</title>
     180
     181    <para>
     182      <parameter>--buildtype=debugoptimized</parameter>: Override the
     183      default buildtype (<quote>debug</quote>), which would produce
     184      unoptimized binaries.  The test suite of this package needs debug
     185      to be enabled.
     186    </para>
    176187  </sect2>
    177188
Note: See TracChangeset for help on using the changeset viewer.