Skip to content

Enable native image quick build #288

@mhalbritter

Description

@mhalbritter

We should enable quick build mode to cut down build times. In my experience, it only affects compiler optimizations. Disabling it will not change behavior, only file sizes / speed, which we don't care about.

graalvmNative {
    binaries {
        main {
            quickBuild = true
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions