From: Paweł Sikora Date: Wed, 14 Apr 2010 13:57:00 +0000 (+0000) Subject: - speedup bootstrap stage1 build. X-Git-Tag: auto/th/gcc-4_5_0-1~10 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=f88f395;p=packages%2Fgcc.git - speedup bootstrap stage1 build. Changed files: gcc.spec -> 1.602 --- diff --git a/gcc.spec b/gcc.spec index a9b1d2d..a2a2718 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1502,7 +1502,7 @@ all $(all): %{?with_bootstrap:%{?with_profiling:profiledbootstrap}} \ GCJFLAGS="%{rpmcflags}" \ BOOT_CFLAGS="%{rpmcflags}" \ - STAGE1_CFLAGS="%{rpmcflags} -O0 -g0" \ + STAGE1_CFLAGS="%{rpmcflags} -O0" \ GNATLIBCFLAGS="%{rpmcflags}" \ LDFLAGS_FOR_TARGET="%{rpmldflags}" \ mandir=%{_mandir} \