Skip to content

Commit efb9bea

Browse files
committed
add -Zshare-generics=off for spirv-builder to make it compile on windows
1 parent 8266048 commit efb9bea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ash-graphics/Cargo.toml.liquid

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ codegen-units = 256
5858
[profile.dev]
5959
# HACK(eddyb) fewer inter-crate exports/imports (not just inter-CGU), but sadly
6060
# not configurable w/o breaking `Cargo.toml` parsing from non-nightly Cargo.
61-
#
62-
# rustflags = ["-Zshare-generics=off"]
61+
rustflags = ["-Zshare-generics=off"]
6362
codegen-units = 1
6463
{% endif -%}

0 commit comments

Comments
 (0)