Read the http header from the proxy to get the client IP
[recipes.git] / Cargo.toml
index 4608e1c..cd3e08e 100644 (file)
@@ -3,4 +3,11 @@
 members = [\r
     "backend",\r
     "common",\r
-]
\ No newline at end of file
+]\r
+\r
+[profile.release]\r
+strip = true\r
+codegen-units = 1\r
+lto = true\r
+# Tell `rustc` to optimize for small code size.\r
+# opt-level = "s"\r