[sldev] [VWR, LINUX] How to compile "Debug" and "Release" viewers?
Jason Giglio
gigstaggart at gmail.com
Tue Mar 24 18:05:34 PDT 2009
Opensource Obscure wrote:
> Surely I'm doing it wrong, because both the "Debug" and the
> "Release" binaries I made have nearly the same size,
> and they provide similar logs.
I never compile debug. It turns on asserts and other nastiness that
just gets in the way of actual debugging.
What I do is edit the makefile and change the strip command to cp.
Crude, I know, but it works and is easy to change back.
The unstripped "release" binary has all the debug info you need.
-Jason
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3266 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.secondlife.com/pipermail/sldev/attachments/20090324/f224e0b4/attachment.bin
More information about the SLDev
mailing list