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-power-manager.xml

    r126313f8 rb9fc02a  
    1111  <!ENTITY gnome-power-manager-md5sum        "9349e6447c80bcbd71d5a4f1469f508e">
    1212  <!ENTITY gnome-power-manager-size          "372 KB">
    13   <!ENTITY gnome-power-manager-buildsize     "6.4 MB">
     13  <!ENTITY gnome-power-manager-buildsize     "4.3 MB">
    1414  <!ENTITY gnome-power-manager-time          "less than 0.1 SBU (with tests)">
    1515]>
     
    103103cd    build &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.