diff options
| author | Lucas Faria Mendes <lucas.oliveira1676@etec.sp.gov.br> | 2025-12-05 15:09:51 +0000 |
|---|---|---|
| committer | Lucas Faria Mendes <lucas.oliveira1676@etec.sp.gov.br> | 2025-12-05 15:09:51 +0000 |
| commit | de09f812fd11665010daadb60f101046d459f5ec (patch) | |
| tree | 9884a06b674c9a0fb8e7a8f6698976dc764e7d04 /build.zig | |
| parent | 11b7033a351226696290983811928d22ccc85256 (diff) | |
| download | sqlite-zig-main.tar.gz sqlite-zig-main.zip | |
codecrafters submit [skip ci]main
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ const std = @import("std"); // Learn more about this file here: https://ziglang.org/learn/build-system pub fn build(b: *std.Build) void { const optimize = b.standardOptimizeOption(.{ .preferred_optimize_mode = .ReleaseFast }); - + const exe = b.addExecutable(.{ .name = "main", .root_module = b.createModule(.{ |