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.
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.
- blocks
-
JDK-8344728 ☂ Gradle build modernization
- Open