Message-ID: <3A4E089C.A7FFDA87@softhome.net> Date: Sat, 30 Dec 2000 17:09:00 +0100 From: Laurynas Biveinis X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: DJGPP Workers Subject: config/mh-djgpp in Cygnus tree Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com I see following in GCC and GDB (and probably others) in file config/mh-djgpp: # We don't want to use debugging information on DOS. Unfortunately, # this requires that we set CFLAGS. # This used to set -fno-omit-frame-pointer. CFLAGS=-O2 It is not clear from this comment why we don't want to use debugging info on DOS. Or is this obsolete and we can remove it safely? I've haven't fully grokked the way Cygnus tree works, but overriding CFLAGS this way looks suspiciously. Laurynas