From: Joshua Simmons Date: Sun, 25 Sep 2022 19:25:35 +0000 (+0200) Subject: Switch back to O0 for debug mode X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=6f72401849171bc510346ddecf28630fead81269;p=josh%2Fnarcissus Switch back to O0 for debug mode --- diff --git a/Cargo.toml b/Cargo.toml index 96bde26..6d034de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ lto="thin" [profile.dev] panic = "abort" -opt-level = 1 +opt-level = 0