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/applications/gnome-color-manager.xml

    r126313f8 rb9fc02a  
    1111  <!ENTITY gnome-color-manager-md5sum        "c5360705a68e88455b1801200e9aaa2e">
    1212  <!ENTITY gnome-color-manager-size          "2.1 MB">
    13   <!ENTITY gnome-color-manager-buildsize     "18 MB">
     13  <!ENTITY gnome-color-manager-buildsize     "12 MB">
    1414  <!ENTITY gnome-color-manager-time          "0.1 SBU">
    1515]>
     
    119119cd    build &amp;&amp;
    120120
    121 meson --prefix=/usr .. &amp;&amp;
     121meson --prefix=/usr --buildtype=release .. &amp;&amp;
    122122ninja</userinput></screen>
    123123
Note: See TracChangeset for help on using the changeset viewer.