aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-05-13 18:35:12 +0200
committerHimbeer <himbeer@disroot.org>2024-05-13 18:35:12 +0200
commit8378fb170024d935606bf1df064cbb0c0b483311 (patch)
tree9913eab96076feab234b187c26b978289d704b1e /build.zig
parent9dd595c22dad9aabcdf3389d61f3cbc516f04d1c (diff)
build: Use default _start entry point name
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 01b43d5..fe82a1a 100644
--- a/build.zig
+++ b/build.zig
@@ -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