Compare commits

...

3 Commits

Author SHA1 Message Date
Rhinemann 5f36bd41ae Upd. 2023-05-08 13:36:12 +03:00
Rhinemann 499efa9c78 Upd. 2023-05-08 13:17:02 +03:00
Rhinemann 2c8c807c01 Upd. 2023-05-08 13:15:26 +03:00
2 changed files with 1 additions and 10 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
Rust/lab_1/target
Rust/lab_2/target

View File

@ -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"