summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-04-10 15:13:37 -0400
committerÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-04-10 15:13:37 -0400
commit6015c72db40495105d876d869f6951fbd4cb6ee7 (patch)
treec87108c088242c071d5c84fbc6807bba942cbc21
parent99ddb9c1d40b3a62886145b5ebbedf4e9965646a (diff)
Add debug symbols to release build
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 13cea47..416b8e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,9 @@ version = "0.1.2"
5authors = ["Árni Dagur <arni@dagur.eu"] 5authors = ["Árni Dagur <arni@dagur.eu"]
6edition = "2018" 6edition = "2018"
7 7
8[profile.release]
9debug = true
10
8[dependencies] 11[dependencies]
9adblock = "0.2.6" 12adblock = "0.2.6"
10pyo3 = "0.9" 13pyo3 = "0.9"