build: use ReleaseFast for opus decoding
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
205a1f33db
commit
18e32ee6bf
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ pub fn build(b: *std.Build) !void {
|
||||||
|
|
||||||
if (b.lazyDependency("mach_opus", .{
|
if (b.lazyDependency("mach_opus", .{
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = .ReleaseFast,
|
||||||
})) |dep| {
|
})) |dep| {
|
||||||
module.addImport("mach-opus", dep.module("mach-opus"));
|
module.addImport("mach-opus", dep.module("mach-opus"));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue