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-system-monitor.xml

    r126313f8 rb9fc02a  
    1111  <!ENTITY gnome-system-monitor-md5sum        "aad861b88ccd59a6a41217457600ba13">
    1212  <!ENTITY gnome-system-monitor-size          "748 KB">
    13   <!ENTITY gnome-system-monitor-buildsize     "24 MB">
     13  <!ENTITY gnome-system-monitor-buildsize     "15 MB">
    1414  <!ENTITY gnome-system-monitor-time          "0.2 SBU (with parallelism=4)">
    1515]>
     
    106106cd    build &amp;&amp;
    107107
    108 meson --prefix=/usr -Dsystemd=false .. &amp;&amp;
     108meson --prefix=/usr -Dsystemd=false --buildtype=release .. &amp;&amp;
    109109ninja</userinput></screen>
    110110
     
    112112cd    build &amp;&amp;
    113113
    114 meson --prefix=/usr .. &amp;&amp;
     114meson --prefix=/usr --buildtype=release .. &amp;&amp;
    115115ninja</userinput></screen>
    116116
Note: See TracChangeset for help on using the changeset viewer.