Currently the Win32 and Linux binaries are compiled in Release mode, while the newly added OSX are in Debug mode. The debug ones can warn about ODE problems (such as doing stuff in the wrong order) and have the full method symbols used for stack traces (depending on your JVM, this can point you to the native method which caused the crash, even if that method was called from another native method. This is the case with the Apple JVM).
I am thinking it’s probably a good idea to publish both versions, would people use them if we did? Is it wise to use CVS for this? The debug binaries can be about five times the size, and CVS isn’t really meant for that. Is this a good time to start distributing the compiled binaries only though the file sharing section?
Will.