chore: Don't set rustflags by default

Doing so can cause unnecessary recompilation
This commit is contained in:
Ed Page 2023-03-29 14:46:23 -05:00
parent afeff23549
commit 2768727452

View file

@ -1,5 +0,0 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]