update building notes for meson default buildtype

I'm not sure when "debug" became default though...
This commit is contained in:
Xi Ruoyao 2021-06-04 19:38:48 +08:00
parent 3918112abd
commit c98fc5bedc
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -613,11 +613,12 @@ chmod 755 blfs-yes-test2</userinput></screen>
this in BLFS.</para>
</listitem>
<listitem>
<para>debug : '-g'</para>
<para>debug : '-g' - this is the default if nothing is specified.
However it results large and slow binaries, so we should override
it in BLFS.</para>
</listitem>
<listitem>
<para>debugoptimized : '-O2 -g' - this is the default if nothing is
specified, it leaves assertions enabled.</para>
<para>debugoptimized : '-O2 -g'</para>
</listitem>
<listitem>
<para>release : '-O3 -DNDEBUG' (but occasionally a package will force