From c4a76b78662b5db6ed894759513d09576f57adc7 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 19 Sep 2018 19:47:54 +0200 Subject: Added debug flags into release build I had these turned off for the final submission, but it's necessary for showing profiling. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6af9c75..120aa54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,6 @@ static-opening = [] weighted-win-ratio = [] default = ["energy-cutoff", "discard-poor-performers", "static-opening", "weighted-win-ratio"] + +[profile.release] +debug = true -- cgit v1.2.3