This commit is contained in:
Rhinemann 2023-05-08 13:36:12 +03:00
parent 499efa9c78
commit 5f36bd41ae
2 changed files with 1 additions and 11 deletions

3
Rust/.gitignore vendored
View File

@ -1,3 +0,0 @@
Rust/lab_1/target
Rust/lab_2/target
Rust/.idea

View File

@ -5,12 +5,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # 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] [dependencies]
text_io = "0.1.12" text_io = "0.1.12"