[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: assert() vs. return(error)

From: Stuart Celarier <SCelarier_at_corillian.com>
Date: 2006-02-22 21:48:07 CET

Brane wrote:
>This debug- vs. release-mode dichotomy comes from the commercial world
>and its paranoia about reverse engineering. Here, we *like* reverse
>engineering.

This sounds like unsubstantiated FUD to me.

Debug compilation was introduced to turn off compiler and linker
optimizations that make it difficult or confusing to step through code.
And release builds don't create symbol tables, but generally that can be
overridden.

What does that have to do with reverse engineering or commercial vs. OS
software?

Cheers,
Stuart

Stuart Celarier | Corillian Corporation

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 22 21:48:39 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.