Always build translate-c in Debug

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-05-15 21:42:13 +02:00
parent 741e9e0345
commit 9b1965a3d8
2 changed files with 0 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ pub fn build(b: *std.Build) void {
const translate_c = b.dependency("translate_c", .{
.target = target,
.optimize = optimize,
});
addCImport(b, mod, translate_c, target, optimize, "pam", "#include <security/pam_appl.h>");

View File

@@ -25,7 +25,6 @@ pub fn build(b: *std.Build) void {
const translate_c_dep = b.dependency("translate_c", .{
.target = target,
.optimize = optimize,
});
const termbox2: Translator = .init(translate_c_dep, .{