From 93347346e8bd8f7412ae03a0858dd307a1df2e0d Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 20 Oct 2022 20:39:44 -0400 Subject: Moved files into workspace --- .cargo/Config.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .cargo/Config.toml (limited to '.cargo/Config.toml') diff --git a/.cargo/Config.toml b/.cargo/Config.toml new file mode 100644 index 0000000..32e1bdc --- /dev/null +++ b/.cargo/Config.toml @@ -0,0 +1,16 @@ +[profile.small] +opt-level = "z" +inherits = "release" + +[profile.bm] +lto = true +inherits = "dev" + +[profile.release] +lto = true +strip = true +codegen-units = 1 +panic = "abort" + +[profile.dev] +opt-level = 1 -- cgit v1.2.3