Slightly modify the UPDATING text to indicate that -gstabs+ is a gcc

flag to replace -g.  This works around slight obtuseness in the developer.
(me :-).
This commit is contained in:
rwatson 2002-06-05 20:21:40 +00:00
parent 92285ba13e
commit 93f29d8926

View File

@ -31,7 +31,7 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
20020510:
Gcc 3.1 debugging format (cc -g) has changed from STABS to DWARF2.
Unfortunately our native GDB (at version 4.18) does not understand
the DWARF2 debugging format. Thus you must use `-gstabs+' to
the DWARF2 debugging format. Thus you must use `gcc -gstabs+' to
generated debugging information for our native GDB.
20020510: