pub fn isStaticLibrary(compile: *const Compile) bool
pub fn isStaticLibrary(compile: *const Compile) bool { return compile.kind == .lib and compile.linkage != .dynamic; }