From: pgsql at tomd.cc (Tom Dunstan) Date: Tue, 20 Nov 2007 13:00:53 -0500 Subject: [Pljava-dev] Working on 1.4 beta release In-Reply-To: <4743148A.8060300@tada.se> References: <47418556.2070804@tada.se> <474306CA.2040005@tada.se> <4743148A.8060300@tada.se> Message-ID: On Nov 20, 2007 12:08 PM, Thomas Hallgren wrote: > I'm not referring to the Java code. The JVM extracts symbolic > information from the binary. If I'm not mistaking, that information is > not present when the binary is compiled without -g. If I'm wrong about > this, then we don't need debugging. Oh, duh. Yeah, you can still get stacktraces, but they won't have line-numbers if you compile without -g. Probably doesn't matter all that much, although it might be nice to allow someone hacking pljava to turn it on if they like. No big deal. Cheers Tom