Changeset 3918112a for x/installing


Ignore:
Timestamp:
06/04/2021 11:26:37 AM (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:
c98fc5b
Parents:
307e799
Message:

add xinclude for --buildtype=release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r307e799 r3918112a  
    231231
    232232meson --prefix=$XORG_PREFIX          \
    233       -Dbuildtype=release            \
     233      --buildtype=release            \
    234234      -Ddri-drivers=$DRI_DRIVERS     \
    235235      -Dgallium-drivers=$GALLIUM_DRV \
     
    275275
    276276    <para>
    277       <parameter>-Dbuildtype=release</parameter>: This switch ensures a
     277      <parameter>--buildtype=release</parameter>: This switch ensures a
    278278      fully-optimized build, and disables debug assertions which will
    279279      severely slow down the libraries in certain use-cases. Without this
Note: See TracChangeset for help on using the changeset viewer.