Skip to content

Commit

Permalink
tested performance of not stripping and LTO'ing in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jul 11, 2024
1 parent b3db0de commit 29385c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ members = ["main-api"]
resolver = "2"

[profile.release]
strip = true
lto = "thin"
strip = false
lto = false

# Enable max optimizations for some dependencies, but not for our code
# nessesary to get acceptable performance out of the image processing code
Expand Down

0 comments on commit 29385c9

Please sign in to comment.