Add gradle project property to enable debug info generation

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 9
    • Component/s: 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.

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

              Created:
              Updated: