mirror of
https://github.com/fairyglade/ly.git
synced 2026-06-22 07:22:00 +00:00
Always build translate-c in Debug
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -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, .{
|
||||
|
||||
Reference in New Issue
Block a user