TaKO8Ki / gobang

A cross-platform TUI database management tool written in Rust
MIT License
2.82k stars 90 forks source link

chore: optimized release profile #171

Closed Valentin271 closed 3 months ago

Valentin271 commented 1 year ago

Description

I think gobang could benefit release optimizations. By stripping debug symbols and asking the compiler for optimizations the size is reduced by almost one third! (at least on my machine, linux 64bits).

image => image

changelog: