https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577

--- Comment #16 from dave.anglin at bell dot net ---
On 2019-05-22 5:23 p.m., bugzilla-gcc at thewrittenword dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
>
> --- Comment #15 from The Written Word <bugzilla-gcc at thewrittenword dot 
> com> ---
> (In reply to dave.anglin from comment #12)
>> It might help to compile stage1 with -O2 or -Os.
> How does one do this? After ./configure, "gmake CFLAGS=-Os"? BOOT_CFLAGS
> applies to stage2/3.
STAGE1_CFLAGS and STAGE1_CXXFLAG used to work:
make  STAGE1_CFLAGS="-O2 -g"  STAGE1_CXXFLAGS="-O2 -g" -j2 bootstrap

Reply via email to