Ignore:
Timestamp:
07/18/2021 05:41:51 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:
f249e1f
Parents:
126313f8
Message:

Finish adding --buildtype=release
Most meson based packages should be built with --buildtype=release.
There are a lot of these packages in BLFS. Not all meson based
packages need this. For example gnome-backgrounds only installs
data and mutteer needs --buildtype=debugoptimized for tests.

This commit finishes all of BLFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/folks.xml

    r126313f8 rb9fc02a  
    99  <!ENTITY folks-md5sum        "db7d824bcc7b2404c9570451028f1aa6">
    1010  <!ENTITY folks-size          "480 KB">
    11   <!ENTITY folks-buildsize     "47 MB (add 22 MB for tests)">
     11  <!ENTITY folks-buildsize     "28 MB (add 22 MB for tests)">
    1212  <!ENTITY folks-time          "0.2 SBU (Using parallelism=4, add 0.3 SBU for tests)">
    1313]>
     
    113113cd    build &amp;&amp;
    114114
    115 meson --prefix=/usr .. &amp;&amp;
     115meson --prefix=/usr --buildtype=release .. &amp;&amp;
    116116ninja</userinput></screen>
    117117
Note: See TracChangeset for help on using the changeset viewer.