Skip to content

Commit

Permalink
Merge #1576 #1577
Browse files Browse the repository at this point in the history
1576: don't optimize on CI, it isn't faster r=matklad a=matklad



1577: smaller debuginfo in release r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
  • Loading branch information
bors[bot] and matklad committed Jul 22, 2019
3 parents 7d0713e + 3ea530c + 660086e commit 7c24f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
script:
- rustup component add rustfmt
- rustup component add rust-src
- printf "\n\n[profile.dev]\ndebug = false\nopt-level = 1\n" >> Cargo.toml
- printf "\n\n[profile.dev]\ndebug = false\n" >> Cargo.toml
- cargo test --no-run # let's measure compile time separately
- cargo test
env:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ members = [ "crates/*" ]

[profile.release]
incremental = true
debug = true
debug = 1 # only line info

[patch.'crates-io']

0 comments on commit 7c24f8c

Please sign in to comment.