Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Make debug builds more usable #4683

Merged
merged 4 commits into from
Jan 21, 2020
Merged

Make debug builds more usable #4683

merged 4 commits into from
Jan 21, 2020

Commits on Jan 20, 2020

  1. Make debug builds more usable

    This pr makes debug builds more usable in terms of `cargo run -- --dev`.
    
    1. `--dev` activates `--execution native`, iff `--execution` is not
    given or no sub `--execution-*` is given.
    2. It was probably a mistake to compile WASM in debug for a debug build.
    So, we now build the WASM binary always as `release` (if not requested
    differently by the user). So, we trade compilation time for a better
    debug experience.
    bkchr committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    fda1bad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cdf5c8 View commit details
    Browse the repository at this point in the history
  3. Make it work

    bkchr committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    ab41ef4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Apply suggestion

    bkchr committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    6b3c807 View commit details
    Browse the repository at this point in the history