summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-07-02 22:18:14 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-07-02 22:18:14 +0200
commite051d9bd5554620f7f53d34f6f84331235cfb3cd (patch)
treedd07a9550d9fde51283a5f7eaf0b13d62be6cdb6 /Cargo.toml
parent8e44d57fdb1c7be69501ebdfc5f9f5d48642b065 (diff)
Turned on debugging symbols for release mode
To make it easier to profile and improve
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cf325ad..d95ae94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,3 +22,6 @@ reduced-time = []
extended-time = []
default = ["energy-cutoff"]
+
+[profile.release]
+debug = true \ No newline at end of file