Changeset 774bbf01


Ignore:
Timestamp:
01/01/2023 11:31:57 AM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
cb28699, da5d81d2
Parents:
d4c13648
Message:

libslirp: add --buildtype=release

The default seems -O0 :(.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libslirp.xml

    rd4c13648 r774bbf01  
    8989cd    build &amp;&amp;
    9090
    91 meson setup --prefix=/usr .. &amp;&amp;
     91meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
    9292
    9393ninja</userinput></screen>
     
    102102
    103103<screen role="root"><userinput>ninja install</userinput></screen>
     104  </sect2>
     105
     106  <sect2 role="commands">
     107    <title>Command Explanations</title>
     108
     109    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     110      href="../../xincludes/meson-buildtype-release.xml"/>
    104111  </sect2>
    105112
Note: See TracChangeset for help on using the changeset viewer.