From fa92327c6dfcc9621fc1cbc2409342e71e395264 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 25 Feb 2026 13:41:40 -0500 Subject: [PATCH] Remove compile=min as default when running itfmt/itpkgfmt --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 0aa2fc2..9caa0c3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorFormatter" uuid = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd" -version = "0.2.18" +version = "0.2.19" authors = ["ITensor developers and contributors"] [workspace] @@ -31,8 +31,8 @@ julia = "1.10" [apps.itfmt] -julia_flags = ["--compile=min", "--optimize=0"] +julia_flags = ["--optimize=0"] [apps.itpkgfmt] -julia_flags = ["--compile=min", "--optimize=0"] +julia_flags = ["--optimize=0"] submodule = "ITensorPkgFormatter"