mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
b6f92c2f3d
* feature: support default selection of average CPU graph * test
5 lines
161 B
TOML
5 lines
161 B
TOML
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[target.i686-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|