Re: Is there a way to determine what default options are passed to g++?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Thunderbird 1.5.0.2 (Macintosh/20060308) Comrades, -- Martin _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Paul Archibald wrote: 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". This email sent to site_archiver@lists.apple.com
participants (1)
-
Martin Costabel