From 07ae71f8e4e98c75a5c543ae8d42c3f5c770d8de Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Sat, 10 Aug 2019 02:36:54 -0700 Subject: [PATCH] Improve fixed and variable base MSMs --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8251e61..d820ee3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,7 @@ opt-level = 0 [profile.test] opt-level = 3 +lto = "thin" incremental = true debug-assertions = true debug = true