* [may_minihttp] update release profile * [may_minihttp] update rust to 1.65
@@ -16,5 +16,10 @@ may_postgres = { git = "https://github.com/Xudong-Huang/may_postgres.git" }
may_minihttp = { git = "https://github.com/Xudong-Huang/may_minihttp.git" }
[profile.release]
-lto = true
+opt-level = 3
codegen-units = 1
+panic = 'abort'
+lto = "thin"
+debug = false
+incremental = false
+overflow-checks = false
@@ -1,4 +1,4 @@
-FROM rust:1.64
+FROM rust:1.65
RUN apt-get update -yqq && apt-get install -yqq cmake g++