From a033e9f33b0c913242dd82a489485c6ae3782b1d Mon Sep 17 00:00:00 2001 From: John Date: Thu, 16 May 2024 15:07:54 -0500 Subject: [PATCH] conlang: Enable opt-level 1 in dev profile --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index dfd4989..ab01743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,6 @@ authors = ["John Breaux "] edition = "2021" license = "MIT" publish = ["soft-fish"] + +[profile.dev] +opt-level = 1