summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-09-19 19:47:54 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-09-19 19:47:54 +0200
commitc4a76b78662b5db6ed894759513d09576f57adc7 (patch)
tree7d16ed2b957b1807669474191477d8f7ba784ce6
parentf9b39be53174f76ac7bc32ce1fd4d52d4773e056 (diff)
Added debug flags into release build
I had these turned off for the final submission, but it's necessary for showing profiling.
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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