This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Getting rid of -g
- To: gcc at gcc dot gnu dot org
- Subject: Getting rid of -g
- From: Roman Lechtchinsky <rl at cs dot tu-berlin dot de>
- Date: Wed, 12 Sep 2001 13:23:39 +0200 (MET DST)
Hi,
the current release of the C compiler for the Cray T3E has a bug which
causes it to miscompile gcc if -g is specified. I'd like to turn this flag
off for building gcc on this platform but I'm somewhat confused about how
to do this. It doesn't really matter whether this flag is used when
building stage2 etc. but it shouldn't be passed to cc when building
stage1.
Bye
Roman