You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftOptions/Options.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -531,7 +531,7 @@ extension Option {
531
531
publicstaticletjson_:Option=Option("--json",.flag, alias:Option.json, attributes:[.noDriver], helpText:"Print output in JSON format.")
532
532
publicstaticletj:Option=Option("-j",.joinedOrSeparate, attributes:[.doesNotAffectIncrementalBuild], metaVar:"<n>", helpText:"Number of commands to execute in parallel")
publicstaticletldPath:Option=Option("--ld-path=",.joined, attributes:[.helpHidden,.doesNotAffectIncrementalBuild,.argumentIsPath], helpText:"Specifies the path to the linker to be used")
534
+
publicstaticletldPath:Option=Option("-ld-path=",.joined, attributes:[.helpHidden,.doesNotAffectIncrementalBuild,.argumentIsPath], helpText:"Specifies the path to the linker to be used")
535
535
publicstaticletlibc:Option=Option("-libc",.separate, attributes:[], helpText:"libc runtime library to use")
publicstaticletlibraryLevel:Option=Option("-library-level",.separate, attributes:[.helpHidden,.frontend,.moduleInterface], metaVar:"<level>", helpText:"Library distribution level 'api', 'spi' or 'other' (the default)")
0 commit comments