From ff2c4940e92c17ddc138df202a3dd731c00bfddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 12 Jan 2021 22:04:12 +0100 Subject: optimize pop_twice Fibonacci runtime 0.27 -> 0.19 --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1268ed0..c6a109d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,7 @@ edition = "2018" [dependencies] logos = "0.11.4" owo-colors = { git="https://github.com/FredTheDino/owo-colors.git" } + +[profile.release] +debug = true +lto = "thin" -- cgit v1.2.1