Why not JBoss (final releases) are compiled with "nodebuginfo" and optimizations?
[br/]
Why not open a group to generated the releases pack and this group do some compilation optimizations?
The debug information is useful for people starting their development with JBoss since stack traces with line numbers are useful when trying to determine the problem area.
Since the source code is readily available, it is simple to obtain the code and optimize things yourself. The build is structured to enable a simple switch from debug/standard to nodebug/optimize. It is controlled in the environment properties.