mirror of
https://github.com/italicsjenga/spirv-to-dxil-rs.git
synced 2024-12-23 11:31:31 +11:00
sys: always build release profile
This commit is contained in:
parent
dbe13dcd73
commit
3252599d3c
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "spirv-to-dxil-sys"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2021"
|
||||
description = "Raw bindings to spirv-to-dxil"
|
||||
license = "MIT"
|
||||
|
|
|
@ -10,6 +10,7 @@ fn main() {
|
|||
}
|
||||
|
||||
let cmake_dst = Config::new("native")
|
||||
.profile("Release")
|
||||
.build_target("mesa")
|
||||
.build();
|
||||
|
||||
|
|
Loading…
Reference in a new issue