
|
[openbeosstorage]
||
[Date Prev]
[04-2002 Date Index]
[Date Next]
||
[Thread Prev]
[04-2002 Thread Index]
[Thread Next]
[openbeosstorage] Debug Info
- From: "Tyler Dauwalder" <tyler@xxxxxxxxxxxxx>
- To: <openbeosstorage@xxxxxxxxxxxxx>
- Date: Fri, 5 Apr 2002 13:36:43 -0800
If you want to compile everything with debug info (so you
can source-level debug Test.StorageKit.OpenBeOS for example),
there's now a line in /storage_kit/Jamfile you can uncomment
that will do that for you (I left it commented out because
I've rarely needed to source-level debug, and on my machine
it takes about twice as long to compile and link with debug
info added).
One note: This will only work if you jam from the storage_kit/
directory. If you really want to be able to jam from another
subdirectory and still have debug info added, just add the
following line to the corresponding Jamfile:
AddDebugInfo ;
That should do it.
-Tyler
|

|