From e8c215fbcf93d51e25690105d42c0b0cae7def8a Mon Sep 17 00:00:00 2001 From: Yehowshua Immanuel Date: Thu, 4 Aug 2022 14:01:46 -0400 Subject: [PATCH] still not getting line numbers in release mode --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 541b80a..5664131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "fastwave" version = "0.1.0" edition = "2021" +[profile.release] +debug = 1 + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]