PtokaX forum

PtokaX => Support => Topic started by: Doobert on 15 March, 2005, 08:46:57

Title: Which version
Post by: Doobert on 15 March, 2005, 08:46:57
I know this is probably a stupid question and at the risk of sounding really thick but I am sure others would also like to know - what is the difference between the debug build and the release build?
Which is the best one to use?

Thanks for all the hard work its much appreciated :)
Title:
Post by: amenay on 15 March, 2005, 10:06:12
The debug build will output debug information into a file called "PtokaXDebug.log" and "PtokaxDebugExt.log" on a crash. As to help PtokaX's developers sort out bugs that will occur once the software is being used on a wider level of configurations (little hubs, big hugs, different scripts, configurations, etc).   Suppose you'd post the info in one the debug threads for the respective version in the PtokaX>bug reports forum section.  I can't tell any further difference between the two at this point, but that's just me.
Title:
Post by: PPK on 15 March, 2005, 10:24:17
QuoteOriginally posted by Doobert
what is the difference between the debug build and the release build?
Release is compiled with optimizations and maybe not generate debug logs on crash  :)
Title:
Post by: Doobert on 15 March, 2005, 15:44:50
Thanks for the information - much appreciated.