How to print ld command line while compling with gcc

Newbie Member
28Apr2011,08:39   #1
jackliang's Avatar
Hi, everyone. I'm not sure GCC's optimization options such as -O1 ... -O5 are needed at linkage, so I'm thinking about print the ld command that the gcc invokes. You know, GCC has a -v option, but only shows the collect2 command line at linkage.
So,how can I print the ld command line?
Thanks in advance!
Waiting online...