Skip to content

Commit

Permalink
chore(cli): Move profile config to workspace (#10307)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Aug 4, 2023
1 parent bfabdd5 commit d9ff23c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ features = [
[patch.crates-io]
# packed_simd_2 = { git = "https://github.com/rust-lang/packed_simd", rev = "e57c7ba11386147e6d2cbad7c88f376aab4bdc86" }
# simd-json = { git = "https://github.com/ritchie46/simd-json", branch = "alignment" }

[profile.release.package.polars-cli]
strip = true
# Below settings cannot be specified due to Cargo workspace restrictions, see: https://github.com/rust-lang/cargo/issues/9330
# lto = true
# panic = "abort"
5 changes: 0 additions & 5 deletions polars-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,3 @@ default = ["highlight", "parquet", "json", "ipc"]
parquet = ["polars/parquet"]
json = ["polars/json"]
ipc = ["polars/ipc"]

[profile.release]
strip = true
lto = true
panic = "abort"
2 changes: 1 addition & 1 deletion py-polars/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9ff23c

Please sign in to comment.