Skip to content

Commit

Permalink
Split release/dist_release makefile rules in two, reorganize and docu…
Browse files Browse the repository at this point in the history
…ment makefiles (tikv#4996)

* make: make dist_ rules call dist_rules

Signed-off-by: Brian Anderson <andersrb@gmail.com>
  • Loading branch information
brson authored and siddontang committed Jul 4, 2019
1 parent ab6a086 commit 389bc2f
Show file tree
Hide file tree
Showing 8 changed files with 120 additions and 258 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Expand Up @@ -209,12 +209,11 @@ debug-assertions = false
overflow-checks = false
rpath = false

# The release profile, used for `cargo build --release`
[profile.release]
opt-level = 3
debug = true
codegen-units = 1 # TODO: remove this once rust-lang/rust#50199 and rust-lang/rust#53833 are resolved.
lto = true
debug = false
codegen-units = 1
lto = "thin"
incremental = false
panic = 'abort'
debug-assertions = false
Expand Down

0 comments on commit 389bc2f

Please sign in to comment.