pub fn producesCompilerRtDynLib(compile: *Compile) bool
pub fn producesCompilerRtDynLib(compile: *Compile) bool { if (compile.rootModuleTarget().ofmt != .coff) return false; if (compile.bundle_compiler_rt orelse (compile.kind == .exe or compile.isDynamicLibrary())) return compile.use_llvm == false; return false; }