summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-06-09 10:04:47 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-06-09 10:04:47 +0200
commit9f0838006905fd039c4e0d87a69338f33e75246d (patch)
treeb0aa5a7e3a36c3bf9c1d4edb6a7db6d1d9b4b46f /Cargo.toml
parent243a42b1fb8959e740aa21a79df78e78262e683c (diff)
Added max building price to game settings
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 92a7ad4..da4623f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,6 @@ rand = "0.4.2"
time = "0.1.4"
rayon = "1.0.1"
-[profile.release]
-debug = true
[features]
benchmarking = []