diff options
author | Andrzej Janik <[email protected]> | 2021-01-08 19:06:11 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-08 19:06:11 +0100 |
commit | 237a6c113a6c62e36dfa487e074f2b93d854039c (patch) | |
tree | fa63473a80b9948749e1cc2749e198f9551cddc9 /.cargo | |
parent | 078ae20c2c0aff93858eeb69d0c46dad4d997998 (diff) | |
download | ZLUDA-237a6c113a6c62e36dfa487e074f2b93d854039c.tar.gz ZLUDA-237a6c113a6c62e36dfa487e074f2b93d854039c.zip |
Regenerate SPIR-V tests (#29)
In one of the previous commits we made a change to mark ld/st as aligned. This change was not propagated to test files
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..cd7ce74 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target."x86_64-pc-windows-gnu"]
+rustflags = ["-C", "link-self-contained=y"]
|