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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/accountsservice.xml

    rc98fc5b r20f070d8  
    112112cd build &amp;&amp;
    113113
    114 meson --prefix=/usr                   \
    115             -Dadmin_group=adm         \
    116             -Delogind=true            \
    117             -Dsystemdsystemunitdir=no \
    118             .. &amp;&amp;
     114meson --prefix=/usr             \
     115      --buildtype=release       \
     116      -Dadmin_group=adm         \
     117      -Delogind=true            \
     118      -Dsystemdsystemunitdir=no \
     119      .. &amp;&amp;
    119120ninja</userinput></screen>
    120121
     
    122123cd build &amp;&amp;
    123124
    124 meson --prefix=/usr           \
    125             -Dadmin_group=adm \
    126             -Dsystemd=true    \
    127             .. &amp;&amp;
     125meson --prefix=/usr       \
     126      --buildtype=release \
     127      -Dadmin_group=adm   \
     128      -Dsystemd=true      \
     129      .. &amp;&amp;
    128130ninja</userinput></screen>
    129131
     
    143145    <title>Command Explanations</title>
    144146
     147    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     148      href="../../xincludes/meson-buildtype-release.xml"/>
     149
    145150    <para>
    146151      <parameter>-Dadmin_group=adm</parameter>: This switch sets
     
    152157      the D-Bus interface API documentation.
    153158    </para>
     159
    154160<!--
    155161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.