summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-07 14:37:36 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-07 14:37:36 +0200
commitd4539771bca817add851ef484de4773cbbe43f79 (patch)
tree371556db78894f666425d8d28a67b23f89aed196 /Cargo.toml
parent096091af6a3a4d16da133037321c81a51e1bb4b2 (diff)
Assertions to test that my lava logic is right
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a0de929..4e5f811 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ num-traits = "0.2.6"
arrayvec = "0.4.10"
fnv = "1.0.6"
-# [profile.release]
-# debug = true
-# debug-assertions = true
-# overflow-checks = true \ No newline at end of file
+[profile.release]
+debug = true
+debug-assertions = true
+overflow-checks = true \ No newline at end of file