This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: stabs difference gcc 2.95.3 -> 3.4.3


>> Can I somehow prevent gcc from relaying it to as? Something like
>> -Wa,(no, don't do -g)? I didn't find a matching parameter on
>> 
>> http://sourceware.org/binutils/docs-2.16/as/Invoking.html#Invoking
>
>You're compiling in two steps already; how about not passing -g the
>second time?

Yeah, I came to that conclusion as well, or even better calling as directly.

>> But then again it isn't mentioned either that as would take -g.
>
>It's translated to --gdwarf-2 or --gstabs.

Thanks for your help, I'll shut up now :)

bye  Fabi



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]