This commit is contained in:
Sam Hadow 2025-04-11 09:25:22 +02:00
parent 64c58265c4
commit 9058b1e1c2
2 changed files with 8 additions and 0 deletions

View File

@ -9,3 +9,8 @@ edition = "2021"
clap = { version = "4.5.35", features = ["derive"] }
lll-rs = "0.2.0"
rug = "1.27.0"
[profile.release]
strip = true
lto = true
panic = "abort"

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
build:
cargo build --release
upx --best --lzma target/release/approximate-gcd