1 Reply Latest reply on Aug 14, 2003 6:11 PM by jonlee

    Why not JBoss (final releases) are compiled with "nodebuginf

    juzepeleteiro

      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?

        • 1. Re: Why not JBoss (final releases) are compiled with "nodebu
          jonlee

          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.