From 38c4e438687eadcda51a54e7afacf2d18019ee2b Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 25 Mar 2020 13:56:45 +0200 Subject: Added comment to explain LTO flog --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e722424..f441308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,7 @@ quickcheck = "0.9.2" quickcheck_macros = "0.9.1" [profile.release] -lto = true \ No newline at end of file + +# Turns Link-Time Optimization up to the MAX! Results in slower +# release build times, but faster and significantly smaller binaries. +lto = true -- cgit v1.2.3