Skip to content

Commit

Permalink
feat: remove strip from Cargo.toml
Browse files Browse the repository at this point in the history
The option "strip = true" in the Cargo.toml file prevetns docker to use
the cache for the cargo dependencies.

```
[profile.release]
...
strip = true
```

More info:
LukeMathWalker/cargo-chef#172
  • Loading branch information
josecelano committed Dec 16, 2022
1 parent 269e5f5 commit 3098ed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ lto = "thin"
debug = 1
opt-level = 3
lto = "fat"
strip = true

[dependencies]
tokio = { version = "1", features = [
Expand Down

0 comments on commit 3098ed2

Please sign in to comment.