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