Skip to content
  1. Jan 23, 2020
  2. Jan 22, 2020
  3. Jan 21, 2020
    • Cecile Tonglet's avatar
      WIP · ca93dc73
      Cecile Tonglet authored
      ca93dc73
    • Bastian Köcher's avatar
      Make debug builds more usable (#4683) · cb9c1818
      Bastian Köcher authored
      * 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.
      
      * Make sure we only overwrite default values
      
      * Make it work
      
      * Apply suggestion
      cb9c1818
    • Cecile Tonglet's avatar
      WIP · b67f970d
      Cecile Tonglet authored
      b67f970d
    • Cecile Tonglet's avatar
      WIP · 4eb32131
      Cecile Tonglet authored
      4eb32131
  4. Jan 20, 2020