#Replace start.zig

1 messages · Page 1 of 1 (latest)

rigid cosmos
#

What's the best way to do this?

fiery escarp
#

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

rigid cosmos
#

preferably without altering std

whole flint
#

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