diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-06-05 20:21:40 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-06-05 20:21:40 +0000 |
commit | 93f29d8926acf7a0ce2ceaaef0c39ad3f11172c7 (patch) | |
tree | 2f63af0e22fc9616d23b5e0109828b6fb37d4b29 /UPDATING | |
parent | 92285ba13e0feea9c64dd74d9961bd3c80b0c28d (diff) | |
download | FreeBSD-src-93f29d8926acf7a0ce2ceaaef0c39ad3f11172c7.zip FreeBSD-src-93f29d8926acf7a0ce2ceaaef0c39ad3f11172c7.tar.gz |
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 :-).
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |