this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: Don't use ReleaseSafe for translate_c #4

open opened by danikvitek.eurosky.social targeting main from synth
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:bsvbcgos44pye2a3fz4iwovu/sh.tangled.repo.pull/3ml75rp4az722
+4 -1
Diff #0
+4 -1
build.zig
··· 23 23 24 24 const translate_c = b.addTranslateC(.{ 25 25 .root_source_file = b.path("src/alsa.h"), 26 - .optimize = optimize, 26 + .optimize = switch (optimize) { 27 + .ReleaseSafe => .ReleaseFast, 28 + else => |v| v, 29 + }, 27 30 .target = target, 28 31 }); 29 32 translate_c.linkSystemLibrary("asound", .{}); // change to false when going crossplatform

History

1 round 0 comments
sign up or login to add to the discussion
1 commit
expand
build: Don't use ReleaseSafe for translate_c
merge conflicts detected
expand
  • build.zig:28
  • src/main.zig:2
  • src/root.zig:1
expand 0 comments