diff --git a/Cargo.lock b/Cargo.lock index 348340a..b642f3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ dependencies = [ "actix-rt", "actix-service", "actix-utils", - "ahash 0.8.3", + "ahash", "base64 0.21.3", "bitflags 2.4.0", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 321891b..4c67969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,10 +56,10 @@ debug = false # This should only be commented when testing with dhat profiler split-debuginfo = '...' debug-assertions = false overflow-checks = false -lto = 'thin' +lto = true panic = 'abort' incremental = false -codegen-units = 16 +codegen-units = 1 rpath = false strip = "debuginfo"