in abi/src/config/abi_defs.mk there's a line "ABI_OPT_DEBUG=1" which can be commented out and all of the magic goes away.... when we get closer to having production builds be the norm, we'll remove that line from the makefile -- and any one wanting a debug build can explicitly set it on the command line or in an environment variable... if you want to leave debug on, but don't want the dumpBuildStrings() stuff, just #if 0 that section. it's mainly there to provide fodder for a translator... jeff Darren Benham wrote: > > Is there going to be any problems with me turning off DEBUG? It it really > going to work in that one place I found it? I believe it was in Config/* > DEBUG=1 > > If not, what would be the harm in commening out the dumpBuildStrings that > goes into /tmp? It's surrounded by DEBUGs so I'm betting it's not > necessary.. or wasn't at one time... > > -- > Please cc all mailing list replies to me, also. > ========================================================================= > * http://benham.net/index.html <[EMAIL PROTECTED]> <>< * > * -------------------- * -----------------------------------------------* > * Debian Developer, Debian Project Secretary, Debian Webmaster * > * <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> * > * <[EMAIL PROTECTED]> * > =========================================================================
