diff options
author | Himbeer <himbeer@disroot.org> | 2024-05-13 18:35:12 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-05-13 18:35:12 +0200 |
commit | 8378fb170024d935606bf1df064cbb0c0b483311 (patch) | |
tree | 9913eab96076feab234b187c26b978289d704b1e /build.zig | |
parent | 9dd595c22dad9aabcdf3389d61f3cbc516f04d1c (diff) |
build: Use default _start entry point name
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 |