To: pgcc AT delorie DOT com Subject: -pg -O6 SOLVED Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: nbecker AT fred DOT net Date: 24 May 1999 14:47:37 -0400 Message-ID: Lines: 3 Sender: Reply-To: pgcc AT delorie DOT com The problem is (I think) that -O6 does -fomit-frame-pointer. gcc knows that -fomit-frame-pointer is incompatible with -pg, but pgcc forgot this fact.