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-calculator.xml

    r126313f8 rb9fc02a  
    1111  <!ENTITY gnome-calculator-md5sum        "57e05479d89a68a3649aa4bad69a02da">
    1212  <!ENTITY gnome-calculator-size          "1000 KB">
    13   <!ENTITY gnome-calculator-buildsize     "45 MB (with tests)">
     13  <!ENTITY gnome-calculator-buildsize     "36 MB (with tests)">
    1414  <!ENTITY gnome-calculator-time          "0.4 SBU (with tests)">
    1515]>
     
    116116cd    build &amp;&amp;
    117117
    118 meson --prefix=/usr .. &amp;&amp;
     118meson --prefix=/usr --buildtype=release .. &amp;&amp;
    119119ninja</userinput></screen>
    120120
Note: See TracChangeset for help on using the changeset viewer.