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

Commit

Permalink
Simplify rust options, specify fewer output targets (twitter#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon authored and thinkingfish committed Dec 13, 2018
1 parent c9fa905 commit 42b24de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ members = [
[profile.release]
opt-level = 3
debug = true
rpath = false
lto = true
# rpath = false
# lto = true
debug-assertions = false
codegen-units = 1

Expand Down
1 change: 0 additions & 1 deletion rust/cc_binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ failure = "~0.1.1"

[lib]
name = "cc_binding"
crate-type = ["rlib", "dylib", "staticlib", "lib"]
2 changes: 1 addition & 1 deletion rust/ccommon_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Jonathan Simms <jsimms@twitter.com>"]

[lib]
name = "ccommon_rs"
crate-type = ["lib", "dylib", "rlib", "staticlib"]
crate-type = ["staticlib", "rlib"]

[dependencies]

Expand Down

0 comments on commit 42b24de

Please sign in to comment.