Date: Wed, 9 Apr 1997 13:45:33 +0300 (IDT) From: Eli Zaretskii To: Anthony DOT Appleyard AT umist DOT ac DOT uk cc: DJGPP AT delorie DOT com Subject: Re: a program to find unused global symbols in a multi-file program In-Reply-To: <7969206701@fs2.mt.umist.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 9 Apr 1997, Anthony.Appleyard wrote: > It will not find unused inlined functions (unless you un-inline them by > inserting or #include'ing `#define inline' at the top of each source file). An (easier) alternative would be to compile like so: gcc -Dinline= -c ....