From aa0ac38266f4427727f58368958cf563513ac3ae Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 8 Sep 2018 19:50:41 +0200 Subject: Update compile flags for submission --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 12ffc19..6af9c75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,4 @@ full-monte-carlo-tree = [] static-opening = [] weighted-win-ratio = [] -default = ["energy-cutoff", "discard-poor-performers", "heuristic-random", "static-opening", "weighted-win-ratio", "debug-decisions"] - -[profile.release] -debug = true \ No newline at end of file +default = ["energy-cutoff", "discard-poor-performers", "static-opening", "weighted-win-ratio"] -- cgit v1.2.3