Ignore:
Timestamp:
07/15/2021 06:47:56 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
b7e2ce4
Parents:
7863cf6
Message:

Add --buildtype=release for genlib packages

Add --buildtype=release for packages in General Libraries
(Chapter 9) the use meson and did not have it already specified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glibmm.xml

    r7863cf6 r2f0010a9  
    99  <!ENTITY glibmm-md5sum        "ee8c00fd7f08ae59f6af38dfa599194a">
    1010  <!ENTITY glibmm-size          "7.2 MB">
    11   <!ENTITY glibmm-buildsize     "148 MB (with tests)">
     11  <!ENTITY glibmm-buildsize     "88 MB (with tests)">
    1212  <!ENTITY glibmm-time          "0.5 SBU (Using parallelism=4; with tests)">
    1313]>
     
    103103cd    bld &amp;&amp;
    104104
    105 meson --prefix=/usr .. &amp;&amp;
     105meson --prefix=/usr --buildtype=release .. &amp;&amp;
    106106ninja</userinput></screen>
    107107
Note: See TracChangeset for help on using the changeset viewer.