mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
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:
parent
17d2475554
commit
4b683fb224
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97885
2
UPDATING
2
UPDATING
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user