summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-09-08 19:50:41 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-09-08 19:50:41 +0200
commitaa0ac38266f4427727f58368958cf563513ac3ae (patch)
treee19fd509be40c1203ad4a585228c42d743e95697
parentb9506c24dcbf9fe5194fa7347150cda07c4cb074 (diff)
Update compile flags for submission
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
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"]