gpu-dawn: default to release version of Dawn
This commit is contained in:
parent
55e6959f28
commit
125aeff7f1
3 changed files with 20 additions and 15 deletions
|
|
@ -27,6 +27,7 @@ pub fn build(b: *std.build.Builder) void {
|
|||
|
||||
const gpu_dawn_options = gpu_dawn.Options{
|
||||
.from_source = b.option(bool, "dawn-from-source", "Build Dawn from source") orelse false,
|
||||
.debug = b.option(bool, "dawn-debug", "Use a debug build of Dawn") orelse false,
|
||||
};
|
||||
const options = Options{ .gpu_dawn_options = gpu_dawn_options };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue