Title: | USG buildhelp questions/answers |
Moderator: | SMURF::FILTER |
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
Date Of Receipt: 30-JUL-1996 18:25:58.58 From: FLUME::schloss "Mike Schloss usg 30-Jul-1996 1825" To: buildhelp@DEC:.zko.flume CC: Subj: kernel builds with debug flags? I am trying to debug a kernel problem and would find it much easier if I could force a set of files to be compiled -g2 instead of -g1. Is there some easy way to do this? Mike Schloss
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2453.1 | Re: kernel builds with debug flags? | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Jul 31 1996 00:18 | 13 |
Date Of Receipt: 30-JUL-1996 22:33:56.06 From: HUNCH::shashi "Shashi Mangalat USG" To: buildhelp schloss CC: Subj: Re: kernel builds with debug flags? Try this: build MAKE_ARGS="CDEBUGOPTS=-g3 -k files..." BINARY_ g2 may be substituted for g3. --shashi |