Kintaro / wtftw

Window Tiling For The Win. A tiling window manager written in Rust
BSD 3-Clause "New" or "Revised" License
2.38k stars 84 forks source link

Recommend --release in the README #15

Closed reem closed 9 years ago

reem commented 9 years ago

You should recommend cargo build --release because it will build a faster executable.

Kintaro commented 9 years ago

Yeah, I should do that. At the moment it's more of a "for rustaceans" project, so most people know about --release. Altough the debug build isn't slow at all. Running it in "production" here. But I will add it later today or tomorrow with a slightly bigger update on the readme. Will leave this open until then to remind myself.