Searched defs:LinkOptions (Results 1 – 1 of 1) sorted by relevance
26 struct LinkOptions { struct28 bool Verbose = false;31 bool Statistics = false;34 bool NoOutput = false;37 bool NoODR = false;40 bool Update = false;43 bool NoTimestamp = false;47 bool KeepFunctionForStatic = false;50 unsigned Threads = 1;53 OutputFileType FileType = OutputFileType::Object;[all …]