Changeset 65877d86 for introduction


Ignore:
Timestamp:
06/11/2021 08:18:52 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
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:
8554ad2
Parents:
d7d7e0e5
Message:

update building-notes and meson buildtype xinclude

Some packages are using debugoptimized in meson.build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/building-notes.xml

    rd7d7e0e5 r65877d86  
    614614        </listitem>
    615615        <listitem>
    616           <para>debug : '-g' - this is the default if nothing is specified.
     616          <para>debug : '-g' - this is the default if nothing is specified
     617          in neither <filename>meson.build</filename> nor the command line.
    617618          However it results large and slow binaries, so we should override
    618619          it in BLFS.</para>
    619620        </listitem>
    620621        <listitem>
    621            <para>debugoptimized : '-O2 -g'</para>
     622           <para>debugoptimized : '-O2 -g' : this is the default specified in
     623           <filename>meson.build</filename> of some packages.</para>
    622624        </listitem>
    623625        <listitem>
Note: See TracChangeset for help on using the changeset viewer.