From 078ae20c2c0aff93858eeb69d0c46dad4d997998 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Fri, 8 Jan 2021 17:17:46 +0100 Subject: Improve build procedure and instructions (#28) Fixes issues pointed out in #27: * spirv_tools-sys was build in non-test profiles * By default ZLUDA dll has a wrong name * We relied on third-party OpenCL installation on Windows * We encouraged building debug configuration * We didn't provide build information for developers (cmake, python, submodules) --- zluda/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'zluda/Cargo.toml') diff --git a/zluda/Cargo.toml b/zluda/Cargo.toml index 218fe8f..52a3445 100644 --- a/zluda/Cargo.toml +++ b/zluda/Cargo.toml @@ -6,7 +6,6 @@ edition = "2018" [lib] name = "zluda" -crate-type = ["cdylib"] [dependencies] ptx = { path = "../ptx" } -- cgit v1.2.3