#Replace start.zig
1 messages · Page 1 of 1 (latest)
what exactly for?
if you simply dont want it to do anything put pub const _start = {}; in your main file, if you want to actually override the file you have to edit it/replace the stdlib
Making my own implementation
preferably without altering std
start.zig is part of std, you either have to work around it (by making it do nothing as uncle noted above) or modify it to your needs