Re: -debug to collect2
On Mon, Aug 20, 2012 at 5:45 AM, Perry Smith wrote: > Is there a way to get the -debug flag from the g++ command line to collect2? -Wl,-debug Ian
-debug to collect2
Is there a way to get the -debug flag from the g++ command line to collect2? I've tried -v (which appears to be passed through) -debug and --Wl,-debug Right now, I do -v and then copy and paste the collect2 command adding the -debug by hand. Which works but is slower. Thank you, Perry