# Link with Mold, and without libc! We use nostartfiles to avoid the C runtime # See: # [target.'cfg(target_os = "linux")'] rustflags = [ "-C", "link-arg=-fuse-ld=mold", "-C", "link-arg=-nostartfiles" ]