delorie.com/archives/browse.cgi | search |
Date: | Wed, 9 Apr 1997 13:45:33 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
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: | <Pine.SUN.3.91.970409134436.3639V-100000@is> |
MIME-Version: | 1.0 |
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 ....
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |