Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only use wasm-opt when in release mode #217

Merged
merged 1 commit into from
Aug 6, 2021
Merged

Commits on Aug 6, 2021

  1. Only use wasm-opt when in release mode

    This addresses a few pain points where there was no way to reasonably
    disable wasm-opt use for debug builds while keeping it enabled for
    release builds. There seems to be very few (if any) use cases for using
    wasm-opt on a debug build, as such, wasm-opt is now only run on release
    builds when enabled.
    
    closes #197
    closes #175
    thedodd committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    eaf8a1e View commit details
    Browse the repository at this point in the history