chapter 6 ncurses: disable stripping (invoking host strip)

This commit is contained in:
Xi Ruoyao 2021-12-18 01:32:45 +08:00
parent 39bc7c48df
commit e0f124e741
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -68,6 +68,7 @@ popd</userinput></screen>
--without-debug \
--without-ada \
--without-normal \
--disable-stripping \
--enable-widec</userinput></screen>
<variablelist>
@ -91,6 +92,15 @@ popd</userinput></screen>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>--disable-stripping</parameter></term>
<listitem>
<para>This switch prevents the building system from stripping
the programs using <command>strip</command> program from the host.
Using host tools on cross-compiled program can cause failure.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>--enable-widec</parameter></term>
<listitem>