Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8152386

Add gradle project property to enable debug info generation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 9
    • javafx
    • None
    • web
    • generic
    • generic

      As of now debug information is generated only for debug build, but debug build has other implications like slower execution, assertion failures,..etc. So we need to support debug info generation in Release mode also.

      e.g.

      gradle -PWEBKIT_RELEASE_DEBUG=true

      Debug info generation will increase the build time, but it won't affect the runtime performance unless compiler optimization switches are removed.

      The sole purpose of this project property is to enable the developers to get readable native crash back traces.

            Unassigned Unassigned
            arajkumar Arunprasad Rajkumar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: