summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-05-17 22:57:19 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-05-17 22:57:19 +0200
commitdad50b87af3ecd23387bcf78dd16399a33074540 (patch)
treeff55d9143171e70e951a11ffe135840e781d5efb /Cargo.toml
parent56627fa6c913919acef6799c489ba9c5cf25cd0a (diff)
Strategy to focus mcts
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index af0623b..58d1b0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,4 +12,6 @@ num-traits = "0.2.6"
arrayvec = "0.4.10"
[profile.release]
-debug = true \ No newline at end of file
+debug = true
+debug-assertions = true
+overflow-checks = true \ No newline at end of file