mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
update building notes for meson default buildtype
I'm not sure when "debug" became default though...
This commit is contained in:
parent
3918112abd
commit
c98fc5bedc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user