Skip to content

Commit

Permalink
Remove Cargo profile override
Browse files Browse the repository at this point in the history
to see if it fixes the CI build
  • Loading branch information
vi committed Aug 29, 2024
1 parent 214de61 commit b6918d4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,3 @@ openssl-sys = { version="0.9", features=[], optional=true }
#"websocket-base" = {path="/home/vi/src/rust-websocket/websocket-base"}



[profile.release]
opt-level = "s"
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1
panic = 'abort'

0 comments on commit b6918d4

Please sign in to comment.