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:
Robert Watson 2002-06-05 20:21:40 +00:00
parent 17d2475554
commit 4b683fb224
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97885

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: