diff options
| author | 2024-02-18 11:14:43 -0400 | |
|---|---|---|
| committer | 2024-02-18 11:14:43 -0400 | |
| commit | 6c7da0b526959840240177c0defb680e76fecad6 (patch) | |
| tree | 78c426747ebd23f1e0034798f29c37d1a5893826 /build.zig | |
| parent | Rename to zg (diff) | |
| download | zg-6c7da0b526959840240177c0defb680e76fecad6.tar.gz zg-6c7da0b526959840240177c0defb680e76fecad6.tar.xz zg-6c7da0b526959840240177c0defb680e76fecad6.zip | |
Testing Ghostty's Utf8Decoder. A bit slower
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -28,7 +28,7 @@ pub fn build(b: *std.Build) void { | |||
| 28 | 28 | ||
| 29 | // Modules we provide | 29 | // Modules we provide |
| 30 | const code_point = b.addModule("code_point", .{ | 30 | const code_point = b.addModule("code_point", .{ |
| 31 | .root_source_file = .{ .path = "src/code_point.zig" }, | 31 | .root_source_file = .{ .path = "src/cp2.zig" }, |
| 32 | .target = target, | 32 | .target = target, |
| 33 | .optimize = optimize, | 33 | .optimize = optimize, |
| 34 | }); | 34 | }); |
| @@ -72,7 +72,7 @@ pub fn build(b: *std.Build) void { | |||
| 72 | 72 | ||
| 73 | // Tests | 73 | // Tests |
| 74 | const exe_unit_tests = b.addTest(.{ | 74 | const exe_unit_tests = b.addTest(.{ |
| 75 | .root_source_file = .{ .path = "src/grapheme.zig" }, | 75 | .root_source_file = .{ .path = "src/display_width.zig" }, |
| 76 | .target = target, | 76 | .target = target, |
| 77 | .optimize = optimize, | 77 | .optimize = optimize, |
| 78 | }); | 78 | }); |