From 5f36bd41aedc6b852b46e6da75049678d73130be Mon Sep 17 00:00:00 2001 From: Rhinemann Date: Mon, 8 May 2023 13:36:12 +0300 Subject: [PATCH] Upd. --- Rust/.gitignore | 3 --- Rust/lab_1/Cargo.toml | 9 +-------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 Rust/.gitignore diff --git a/Rust/.gitignore b/Rust/.gitignore deleted file mode 100644 index e47716f..0000000 --- a/Rust/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -Rust/lab_1/target -Rust/lab_2/target -Rust/.idea diff --git a/Rust/lab_1/Cargo.toml b/Rust/lab_1/Cargo.toml index 5c91509..e5547dd 100644 --- a/Rust/lab_1/Cargo.toml +++ b/Rust/lab_1/Cargo.toml @@ -5,12 +5,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[profile.release] -opt-level = 'z' # Optimize for size -lto = true # Enable link-time optimization -codegen-units = 1 # Reduce number of codegen units to increase optimizations -panic = 'abort' # Abort on panic -strip = true # Strip symbols from binary* - [dependencies] -text_io = "0.1.12" +text_io = "0.1.12" \ No newline at end of file