Changeset 021de80


Ignore:
Timestamp:
07/16/2021 10:34:37 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
cf8a147e
Parents:
6469488
Message:

Add buildtype=release to hexchat

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r6469488 r021de80  
    11version.ent
     2blfs-bootscripts*
  • xsoft/other/hexchat.xml

    r6469488 r021de80  
    1010  <!ENTITY hexchat-md5sum        "9f04c48f011b646b91d03c5776fce776">
    1111  <!ENTITY hexchat-size          "1.2 MB">
    12   <!ENTITY hexchat-buildsize     "31 MB">
     12  <!ENTITY hexchat-buildsize     "21 MB">
    1313  <!ENTITY hexchat-time          "0.1 SBU (using parallelism=4)">
    1414]>
     
    142142cd    build &amp;&amp;
    143143
    144 meson --prefix=/usr -Dwith-libproxy=false -Dwith-lua=false .. &amp;&amp;
     144meson --prefix=/usr         \
     145      --buildtype=release   \
     146      -Dwith-libproxy=false \
     147      -Dwith-lua=false      \
     148      ..                    &amp;&amp;
    145149ninja</userinput></screen>
    146150
Note: See TracChangeset for help on using the changeset viewer.