Skip to content

Commit

Permalink
chore: cargo profile warning (tailcallhq#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
neo773 authored Feb 5, 2024
1 parent 7293564 commit 12f4d44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ debug = false
incremental = false
overflow-checks = false

[profile.release.package.cloudflare]
strip = true
codegen-units = 1
opt-level = 'z'

[[test]]
name = "execution_spec"
harness = false
Expand Down
5 changes: 0 additions & 5 deletions cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ serde_qs = "0.12.0"
console_error_panic_hook = "0.1.7"
protox = "0.5.1"

[profile.release]
lto = true
strip = true
codegen-units = 1
opt-level = 'z'

0 comments on commit 12f4d44

Please sign in to comment.