diff options
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ pub fn build(b: *std.Build) void { .code_model = .medium, }); - exe.entry = .{ .symbol_name = "start" }; exe.setLinkerScript(b.path("linker.ld")); // This declares intent for the executable to be installed into the |