Re: Is there a way to determine what default options are passed to g++?
Re: Is there a way to determine what default options are passed to g++?
- Subject: Re: Is there a way to determine what default options are passed to g++?
- From: Martin Costabel <email@hidden>
- Date: Fri, 26 May 2006 23:55:36 +0200
Paul Archibald wrote:
Comrades,
Does anyone know how to show the default options that are passed to
gcc/g++?
If you give the -v flag to g++, it shows you the exact commands that are
passed to the assembler and linker. If you want to know the preprocessor
flags, run "cpp -dM </dev/null".
--
Martin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden