Changeset c98fc5b


Ignore:
Timestamp:
06/04/2021 11:38:48 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:
20f070d8
Parents:
3918112a
Message:

update building notes for meson default buildtype

I'm not sure when "debug" became default though...

File:
1 edited

Legend:

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

    r3918112a rc98fc5b  
    614614        </listitem>
    615615        <listitem>
    616           <para>debug : '-g'</para>
     616          <para>debug : '-g' - this is the default if nothing is specified.
     617          However it results large and slow binaries, so we should override
     618          it in BLFS.</para>
    617619        </listitem>
    618620        <listitem>
    619            <para>debugoptimized : '-O2 -g' - this is the default if nothing is
    620            specified, it leaves assertions enabled.</para>
     621           <para>debugoptimized : '-O2 -g'</para>
    621622        </listitem>
    622623        <listitem>
Note: See TracChangeset for help on using the changeset viewer.