Some cleanup, starting on opening animation fixups
parent
44b233f13f
commit
420742a2eb
@ -1,13 +1,5 @@
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
rustflags = ["-Zshare-generics=y", "-Z", "threads=8"]
|
||||
|
||||
# [target.x86_64-apple-darwin]
|
||||
# rustflags = [
|
||||
# "-C",
|
||||
# "link-arg=-fuse-ld=/usr/local/bin/zld",
|
||||
# "-Zshare-generics=y",
|
||||
# "-Zrun-dsymutil=no",
|
||||
# ]
|
||||
|
||||
[target.x86_64-pc-windows-gnu]
|
||||
rustflags = ["-Zshare-generics=y"]
|
||||
rustflags = ["-Zshare-generics=y", "-Z", "threads=8"]
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
dockerfile = "target/x86_64-unknown-linux-gnu/Dockerfile"
|
||||
Binary file not shown.
Loading…
Reference in New Issue