[openbeosstorage] Debug Info

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


Other related posts: