mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:22:52 +08:00
parent
2ec36338f2
commit
9a9e133b18
|
@ -483,6 +483,9 @@ complete -c gcc -s S -d 'Stop after the stage of compilation proper; do not asse
|
|||
complete -c gcc -s E -d 'Stop after the preprocessing stage; do not run the compiler proper'
|
||||
complete -c gcc -o llibrary -d 'Search the library named library when linking'
|
||||
complete -c gcc -s l -d 'Search the library named library when linking'
|
||||
complete -c gcc -o lm -d 'Search the math library when linking'
|
||||
complete -c gcc -o lz -d 'Search the zlib library when linking'
|
||||
complete -c gcc -o lrt -d 'Search the realtime extensions library when linking'
|
||||
complete -c gcc -o lobjc -d 'You need this special case of the -l option in order to link an Objective-C or Objective-C++ program'
|
||||
complete -c gcc -o nostartfiles -d 'Do not use the standard system startup files when linking'
|
||||
complete -c gcc -o nodefaultlibs -d 'Do not use the standard system libraries when linking'
|
||||
|
|
Loading…
Reference in New Issue
Block a user